-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Description
Bug Description
When I enter "http://www.ttt.com:3719/add?deptid=1&s=2;script" in the browser address bar, the proxied web server only receives "/add?deptid=1", and the remaining "&s=2;script" portion is lost.
frpc Version
0.64.0
frps Version
0.64.0
System Architecture
linux/amd64
Configurations
frps.toml:
bindPort = 3333
vhostHTTPPort = 3719
frpc.toml:
serverAddr = "127.0.0.1"
serverPort = 3333
[[proxies]]
name = "test-tcp"
type = "http"
localIP = "127.0.0.1"
localPort = 8080
#remotePort = 6000
customDomains = ["www.ttt.com"]
Logs
no error logs
Steps to reproduce
...
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others
Metadata
Metadata
Assignees
Labels
No labels