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
My private chain node RPC URL is something like this:
"http://username:[email protected]"
It's running on port 80 but with HTTP Basic Auth. When I try to add it to MetaMask, I got the screenshot above.
Expected behavior Able to connect without any problem.
Screenshots See above.
Browser details (please complete the following information):
I think this is a bug. If I'm wrong, please share to me the right way to connect to a node with HTTP Basic Auth like this. Thanks.
The text was updated successfully, but these errors were encountered:
Bump to this. Happening the same to me.
This issue only happens in Firefox. Chrome and Brave work fine.
Editing the headers of a request of Metamask in about:debugging to http://username:[email protected]
Allows the request to proceed (currently the requests go as http://the.node.ip.address, even if you set them as http://username:[email protected] in metamask)
@bdresser
Sorry, something went wrong.
related to #9791, also fixed by headers.
No branches or pull requests
My private chain node RPC URL is something like this:
It's running on port 80 but with HTTP Basic Auth. When I try to add it to MetaMask, I got the screenshot above.
Expected behavior
Able to connect without any problem.
Screenshots
See above.
Browser details (please complete the following information):
I think this is a bug. If I'm wrong, please share to me the right way to connect to a node with HTTP Basic Auth like this. Thanks.
The text was updated successfully, but these errors were encountered: