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 not forwarded #198

Open
m-genser opened this issue Apr 9, 2023 · 0 comments
Open

Basic Auth is not forwarded #198

m-genser opened this issue Apr 9, 2023 · 0 comments

Comments

@m-genser
Copy link

m-genser commented Apr 9, 2023

It does not recognize the basic auth in the URL:

http://myPDFrenderer.local:5555/api/render?url=http://john:password@127.0.0.3:88/mySite

Nor does it forward the basic auth applied directly to the endpoint '/api/render' to the target URL:

http://john:password@myPDFrenderer.local:5555/api/render?url=http://127.0.0.3:88/mySite

@m-genser m-genser changed the title Basic Auth is not recognized Basic Auth is not forwarded Apr 9, 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

1 participant