[Feature request] Option to custom HTTP header in client
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 16.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi.
Add please option custom HTTP header in client.These settings help many bypass the firewall.
User-Agent:CustomAgent
Host:CustomHost
X-Forwarded-Host:CustomHost
The current settings for bypassing the firewall are very bad -
User-Agent:Go-http-client/1.1
Please add this option.
I think to you many will say thank you.
And your program will be the best.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Go client code that constructs outbound HTTP requests and the existing client settings entry point. Determine how custom User-Agent, Host, and X-Forwarded-Host values should be configured and applied, then add coverage for requests carrying those headers and verify the tunnel still operates correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100