Skip to content
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 Request modify goproxy-ss-plugin-android #6

Open
ingnelson opened this issue Jul 18, 2020 · 3 comments
Open

Http Request modify goproxy-ss-plugin-android #6

ingnelson opened this issue Jul 18, 2020 · 3 comments

Comments

@ingnelson
Copy link

ingnelson commented Jul 18, 2020

Hello.

I need to modify the HTTP request that send goproxy-ssplugin-android.

shadowsocks with your plugin send this HTTP request :

GET / HTTP/1.1\r\n
Host: 172.245.22.211:8800\r\n
Upgrade: websocket\r\n
Connection: Upgrade\r\n
Sec-WebSocket-Version: 13\r\n
Sec-WebSocket-Key: 9Zy1NPgIxeqRytqnhSi6Yw==\r\n\r\n

I need to modify the last HTTP HEADER ( Sec-WebSocket-Key: 9Zy1NPgIxeqRytqnhSi6Yw==\r\n\r\n )

I need to change \r\n\r\n to this \r\n ٌُُُُُُّّّّْْْْْْْْْْْْْْْْْْ\r\n\r\n (this has non-ASCII characters ), this non-ANSCII create the trick to bypass my ISP firewall.

Where is the file where i can modify this last HTTP HEADER ??

I am going to wait your answer, because i really need it.

@snail007
Copy link
Owner

there's no that feature.

@ingnelson
Copy link
Author

@snail007 so whole http request is code on the shadowsocks app and it is not inside your plug-in ?

@snail007
Copy link
Owner

correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants