HttpAuth Settings not used
See original GitHub issueI have a site that is password protected and I have added correct credentials in vue-storefront-api configuration under httpUserName
and httpUserPassword
, but I’m still not able to access the site and looking on the logs I can see that the requests returns 401 UnAuthorized
.
If I actually add the credentials to magento2.imgUrl
and the others values, in the form 'http://username:password@magento.example.com` then it works as expected. Searching through the code I don’t see any references to httpUserName
or httpUserPassword
so I guess these settings are not used at all?
Would be nice if the httpAuth configuration actually are used. Right now this is very confusing.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
CLI: Allow for HTTP auth settings for Retire JS respository ...
Configure cve user and password; Run cli. Expected behavior. Using the maven plugin the retireJS file is downloaded with the cve user /...
Read more >Welcome to Flask-HTTPAuth's documentation! — Flask ...
Welcome to Flask-HTTPAuth's documentation!¶. Flask-HTTPAuth is a Flask extension that simplifies the use of HTTP authentication with Flask routes.
Read more >HTTP authentication - MDN Web Docs - Mozilla
Warning: The "Basic" authentication scheme used in the diagram above sends the credentials encoded but not encrypted.
Read more >http-auth-interceptor is not settings the headers correctly
I have 2 issues using http-auth-interceptor. Let talk about the first one. When the API return 401 (for the first time), the application...
Read more >Authentication and Authorization - Apache HTTP Server
Authentication is any process by which you verify that someone is who they claim they are. Authorization is any process by which someone...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Cyclonecode is there any update?
Hi @pkarw Is there is update in this issue? Thank you