so here's the situation. I have a proxy but needs to pass authorization headers. I want a proxy that only I can access from my server without having to write the headers.
how can I do this in python? basically all I'm doing is adding authorization headers to another remote proxy.
me -> server -> python server (passes auth headers) -> remote proxy