Skip to content

Px for Windows

Compare
Choose a tag to compare
@genotrance genotrance released this 27 Jan 23:38
· 63 commits to master since this release
  • Added support for issue #58 - authentication with user/password when SSPI is
    unavailable or not preferred.
  • Pulled PR #68 to handle case where no longer behind PAC proxy
  • Fixed minor bug in file:// PAC file handling
  • Implemented #65 - support for specifying PAC in INI
  • Implemented #73 - force auth mechanism in INI
  • Merged PR #85 - sanitize authorization header, shutdown socket, defer
    connection header during auth (#71), drop completely for CONNECT, forward
    error body, 2.7 fix
  • Switched to Python 3.7, drop 3.4 support
  • Merged PR #80 - fallback to DIRECT if no proxy found via auto or PAC discovery
  • Added basic auth support (PR #82)
  • Fixed issue where an empty domain was breaking password access
  • Fixed #88, issue 2 in #71, PR #83 - use auth mechanism in order
  • Added code to keep-alive during authentication - issue 3 in #71
  • Fixed #108 - case sensitive authentication response
  • Fixed #116 - Python 3.0 deprecation compatibility
  • Fixed #122 - pywin32 import order
  • Resolved #72 via documentation update
  • Minor changes to improve client and proxy disconnects