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
I need to add an HTTP Authentication header, is this possible? How?
The text was updated successfully, but these errors were encountered:
currently you would need to hard code your http headers in the ws.js dependency https://github.com/yaronn/ws.js/blob/master/lib/handlers/client/http.js#L11 or find some otehr way to inject them to requests by the request module.
Sorry, something went wrong.
No branches or pull requests
I need to add an HTTP Authentication header, is this possible? How?
The text was updated successfully, but these errors were encountered: