-
Notifications
You must be signed in to change notification settings - Fork 6
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
aiotunnel can use GET method ? #1
Comments
Hello, you mean only GET method for every stream? |
@codepr the answer at your question is YES, or use GET or POST or PUT , but not use CONNECT method. My ISP provider restrictions are :
At the end of the first line should end with As you can see this http request do not finish with \r\n\r\n , it finish with \r\n ٌُُُُُُّّّّْْْْْْْْْْْْْْْْْْ\r\n\r\n this has NON-ASCII characters after the first \r\n + space , this NON-ASCII character is the trick to bypass the firewall The HTTP should be like this:
On the server (VPS) you can see the HTTP request on bytes like this :
The connection is like this :
On wireshark program the connection looks like this : You can see the packet via WIRESHARK: Those screenshots are from a android app that create the tunnel like i told you, i just figurate how it works and i want to create the same connection. Can you create connection like that using GET method , i know you have the knowledge, i need a help from a guy like you. |
Hello .
aiotunnel can use HTTP tunneling via GET method ?
Because i would like to use a Android device as a client and install aiotunnel on my VPS to create the tunnel like a VPN do .
I will wait your answer.
The text was updated successfully, but these errors were encountered: