We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we pass basic auth credentials as part of the request url?
Example:
https://admin:[email protected]/basic_auth
const p = require('phin'); await p({ url: 'https://admin:[email protected]/basic_auth', method: 'GET' })
The text was updated successfully, but these errors were encountered:
I'll do some research, create a test case, and get back to you on this.
Sorry, something went wrong.
We need to handle it in centra in this way - https://stackoverflow.com/a/11853077/5401310
@ASaiAnudeep you can look at my issue, I added the workaround, and it works for me.
No branches or pull requests
How can we pass basic auth credentials as part of the request url?
Example:
https://admin:[email protected]/basic_auth
The text was updated successfully, but these errors were encountered: