Open LeanderFS opened 3 months ago
Hi @LeanderFS thanks for creating the issue. I think you are right we don't propagate those today. The reason from the beginning was both Chrome and Firefox used an extension to add headers, and that made it harder. Today Chrome uses CDP and Firefox WebDriver BiDi so it should be possible. At least preWarmServer should be easy I think, I'll have go tonight and see if I can fix it.
Have you read the documentation?
URL
https://httpbin.org/basic-auth/foo/bar
What are you trying to accomplish
While trying to test an url behind basic auth, I noticed that
preWarmServer
doesn't inherit set headers and there doesn't seem to be a way to manually specify headers for pre-warming requests.What browser did you use?
Chrome, Firefox, Edge
How to reproduce
Log output