hiddify-next
hiddify-next copied to clipboard
vless+ws+http doesnt work
Search first
- [X] I searched and no similar issues were found
What Happened?
{
"tag": "VMess_Ws_Http2",
"listen": "0.0.0.0",
"port": 80,
"protocol": "vless",
"settings": {
"clients": [],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/comrade,damn-comrade,damn?ed=2048",
"headers": {
"Host": "my domain with some chinese letters like dis 猫"
}
}
}
}
this config doesnt work in hiddfiy next but its ok in other clients
Reproduce the Bug
i guess its because of the chinese letter in rq host
Expected Behavior
No response
Version
0.16.16
Platform/OS
Android
Additional Context
No response
Relevant log output
No response
Are you willing to submit a PR? If you know how to fix the bug.
- [ ] I'm willing to submit a PR (Thank you!)
Yes, I have this problem too
also me!
try delete ?ed=2048
@zijiren233 Delete? ED=2048 makes it usable, why is that? I need to manually delete this parameter every time I update it, which is too troublesome. Is there anything to ask him to save the settings for this operation?
Me too