gopac icon indicating copy to clipboard operation
gopac copied to clipboard

A go package for using proxy auto-config (PAC) files

Results 2 gopac issues
Sort by recently updated
recently updated
newest added

ParseUrl uses http.get to pull the PAC, without defining headers. This sends a default "Go-http-client/1.1" header along with every request. The user agent header is unnecessary and in some cases...

Hi, I am using GoPac package to parse and find proxy from PAC file. I have followed the example and able to parse the auto config URL using parse.ParseURL() however...