Skip to content
New issue

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

basic-auth is always asking for password #93

Closed
PandaGab opened this issue May 2, 2023 · 1 comment
Closed

basic-auth is always asking for password #93

PandaGab opened this issue May 2, 2023 · 1 comment

Comments

@PandaGab
Copy link

PandaGab commented May 2, 2023

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

@euank
Copy link
Contributor

euank commented May 8, 2023

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!

@euank euank closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants