goproxy
goproxy copied to clipboard
An HTTP proxy library for Go
In system like: User Computer ---> GoProxy (elazarl proxy) ---> Second Proxy ---> Network Currently, all URLs pass to ConnectAccept is sent to Second Proxy but some URLs need send...
ipv6 address, r.URL.HOST will give an error
## Expected Behavior ## Current Behavior I am using goproxy as a dependency in my proxy pool to maintain proxies for multiple IP agents ## Possible Solution When the request...
Hi, I've been using GoProxy for a while, and I've noticed that both the Facebook app and Instagram fail to work with GoProxy. In Facebook app, if you click on...
Contant
i need to contant to developer i need talk to them. any of them.if you among of the respond to my email [email protected]
Hello, When running 500+ concurrent connections I get the following error. > http: Accept error: accept tcp [::]:9995: accept4: too many open files; retrying in My server is setup to...
Thank you very much for this library, it works very well in http mode, however an error occurred when I was processing an https request , Here is my code:...
If we try to access through goproxy host which doesn't have DNS record goproxy returns 500 (Internal Server Error) HTTP status code, while squid-cache returns 502 (Bad Gateway) HTTP status...
https://github.com/elazarl/goproxy/blob/3ec07828be7ac4d84b1561216ae707dc12b2739a/proxy.go#L99-L108 It seems that req.Close should set to true when the "Connection" header contains "close" according the comment above. However, in the above snippet, r.Close is being set to false....