Skip to content

HTTP proxy fixes

Compare
Choose a tag to compare
@qdm12 qdm12 released this 06 Dec 20:29
· 1308 commits to master since this release
84944a8

HTTP Proxy fixes

  • HTTP proxy 24 hours timeout, fixing #303
  • Removes the authorization headers before forwarding the HTTP(s) requests

HTTP proxy improvements

  • Only accepts HTTP 1.x protocols
  • Only checks the credentials when the method is CONNECT or the request URL is absolute
  • More logging on authorization failures