samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Avoid sending Content-Length on successful CONNECT response #23

Closed samuong closed 4 years ago

samuong commented 4 years ago

Fixes: #21

samuong commented 4 years ago

Ugh, so after testing this a bit at work, I realise there are still another case that need fixing. Will do so soon, but maybe hold off on doing a code review unless you really want to.

samuong commented 4 years ago

Ok, this has been working well for me today. I've tested it with Safari, browsing to both internal sites (Safari->Alpaca->website) as well as external ones (Safari->Alpaca->corporate proxy->website). I've also checked the JAMF Self Service isn't broken either (I'm able to download VSCode). PTAL?