You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Add please option custom HTTP header in client.These settings help many bypass the firewall.
User-Agent:CustomAgent
Host:CustomHost
X-Forwarded-Host:CustomHost
The current settings for bypassing the firewall are very bad -
User-Agent:Go-http-client/1.1
Please add this option.
I think to you many will say thank you.
And your program will be the best.
The text was updated successfully, but these errors were encountered:
If you are using a HTTP proxy in chisel client, the User-Agent Go-http-client/1.1 will still be exposed during the initial CONNECT request to the proxy. Unfortunately, it seems that it is not possible to customize the CONNECT request header with gorilla/websockets. I've opened an issue here.
Hi.
Add please option custom HTTP header in client.These settings help many bypass the firewall.
User-Agent:CustomAgent
Host:CustomHost
X-Forwarded-Host:CustomHost
The current settings for bypassing the firewall are very bad -
User-Agent:Go-http-client/1.1
Please add this option.
I think to you many will say thank you.
And your program will be the best.
The text was updated successfully, but these errors were encountered: