-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP proxy encrypted. #69
Comments
have you checked v2ray-plugin? |
@v3aqb I check v2ray pugin but I think there not way to sent the request encoded on the RErequest like : It is a proxy, because it is before shadowsocks and use GET header to cheat the firewall. Client : https://github.com/balangandio/get-tunnel Package from Gettunel and shadowsocks: As you can see the request from GETTUNEL is not encode or encapsulated like I need to bypass my Firewall. GET #verx=2&0=c610d32167c94e46a48d959354202365&1=34c961c67ff3b923603867b1aecd506b&2=0&3=1&4=4&ope=1&cy=Claro-ni&7=dx1iv8o-nX8xY4AUPc9tWA==# HTTP/1.1 Please , I need help. |
v2ray-plugin websocket mode requests look like this, should be sufficient bypassing any firewall. GET /tunnel/ HTTP/1.1 HTTP/1.1 101 Switching Protocols |
@v3aqb can you create a configuration where the Request sent only this : GET cdn.clubapps.com.ni/releases/amx.apk HTTP/1.1 No other http header, because that URL goes with the host or website allowed and his path. Note: Can you create that configuration , please . |
Hello sir.
I want to use a http proxy before shadowsocks or this fwlite program.
The http proxy should encapsule or encode the URL .
Can you tell me what proxy can I use from GitHub or create a new proxy ?
I know somebody from my country create that connection type . And the connection can bypass my Qos from my ISP provider.
I have the package data , you can see it using WIRESHARK program or see it online on www.cloudshark.org/login
Connection :
Client:
HTTP proxy send encode http request then shadowsocks connect via local Host (shadowsocks bypass the first app)
VPS
HTTP PROXY
shadowsocks.
I just want to know what proxy can I use that create the same type of HTTP Request encode , please .
Example:
GET #verx=2&0=c610d32167c94e46a48d959354202365&1=34c961c67ff3b923603867b1aecd506b&2=0&3=1&4=4&ope=1&cy=Claro-ni&7=dx1iv8o-nX8xY4AUPc9tWA==# HTTP/1.1
Package file:
https://ufile.io/s5i617gw
The text was updated successfully, but these errors were encountered: