alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.01k stars 774 forks source link

Basic Auth is not forwarded #198

Open m-genser opened 1 year ago

m-genser commented 1 year ago

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