basic-auth is always asking for password
Closed this issue · 1 comments
Hello ngrok !
I am using a configuration file to launch the ngrok service. Inside this configuration, I set basic_auth to a single user:password. When I log to the website, it keeps asking for my password all the time. Here is the configuration :
authtoken: xxx
version: "2"
tunnels:
web-application:
proto: http
addr: 8080
basic_auth:
- "user:pwd"
Thank you,
Gabriel
This repository is for the ngrok-go library, not the ngrok agent. That config file looks like what you'd use with the ngrok agent.
More general ngrok support can be found in the community slack, or by emailing support.
I'll still give a general comment on this in addition though:
How basic-auth is handled is browser specific, and credential caching/sending is handled entirely client-side. Your browser might have some docs about it, and either way you'll definitely want to include the browser you're using in a support message to either the above.
I'm closing this since I don't think it's actually related to this repository, good luck figuring out the issue of course!