mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2845] [Feature Request] Client behind the Forward Proxy #2273
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#2273
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 @mattkoltun on GitHub (Mar 15, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2845
Describe the feature request
Hi,
Can CLIENT support connection with the SERVER via CONNECT method in HTTP Proxy?
thanks,
Matt
Describe alternatives you've considered
I have tried using http_proxy plugin but It wouldn't work and I doubt this was designed for it.
Affected area
@fatedier commented on GitHub (Mar 15, 2022):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L14
@mattkoltun commented on GitHub (Mar 15, 2022):
@fatedier thank you! this has worked now... i had to get rid off the
plugin = http+proxyfrom the config.Strange as I was trying this before and was getting only I/O Reach errors.