Skip to content

URL Parameter Truncation Issue in Web Proxy #4968

@hongwenchina

Description

@hongwenchina

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions