treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
184 stars 27 forks source link

Added system proxy support for Windows #22

Closed OffenseTeacher closed 2 years ago

treeform commented 2 years ago

Sorry I currently do not want to add proxy code here. I do not know if this works, if it works for all Windows versions, for all proxy setups, if it can make things not work for strange configurations. It's just too much to think about and not be able to test. Sorry. If you need this, please maintain a fork for now.

guzba commented 2 years ago

Recent Puppy releases make use of WINHTTP_ACCESS_TYPE_AUTOMATIC_PROXY and no longer use the COM API for HTTP. Perhaps this works now?