justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.92k stars 598 forks source link

Handle 407 Proxy Authentication Required #946

Open SamuelePilleri opened 1 year ago

SamuelePilleri commented 1 year ago

I'm currently working on implementing the feature described in #944. So far I've made it working for plain HTTP requests and I still need to figure out how to do it for HTTPS CONNECTs. Any help is appreciated, especially regarding a better integration in the huge code base and handling of edge cases.

SamuelePilleri commented 1 year ago

@honfika are you still maintaining this project? I was trying to add 407 handling here, but I'm having a hard time reusing code for plain HTTP CONNECTs.