mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4968] URL Parameter Truncation Issue in Web Proxy #3916
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3916
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hongwenchina on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4968
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
@fatedier commented on GitHub (Sep 6, 2025):
If you need to forward non-standard HTTP requests transparently, you can use a proxy of type
tcp.@github-actions[bot] commented on GitHub (Sep 21, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@hongwenchina commented on GitHub (Sep 21, 2025):
Thank you, it works in TCP type