[GH-ISSUE #2456] plugin http_proxy 对于请求的http地址失效 #1950

Closed
opened 2026-05-05 13:15:16 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @wanyvic on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2456

[REQUIRED] hat version of frp are you using

Version:
frpc 0.37.0
[REQUIRED] What operating system and processor architecture are you using
OS:ubuntu20.04
CPU architecture:x86-64

[REQUIRED] description of errors
plugin http_proxy 请求https地址正常,请求http地址失效

confile

[http_proxy]
type = tcp
remote_port =8010
plugin = http_proxy
plugin_http_user = xxx
plugin_http_passwd = xxxx
log file

日志无异常输出
Steps to reproduce the issue

  1. 家里有内网服务器,另有一台云服务器。想实现http_proxy访问内网服务器Ip端口
  2. 貌似是 http_proxy.go handleConnectReq函数中没有添加对GET请求的规则

Supplementary information

Can you guess what caused this issue

Checklist:

  • [] I included all information required in the sections above
  • [] I made sure there are no duplicates of this report (Use Search)
Originally created by @wanyvic on GitHub (Jun 23, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2456 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> <!-- ⚠️⚠️ Incomplete reports will be marked as invalid, and closed, with few exceptions ⚠️⚠️ --> <!-- in addition, please use search well so that the same solution can be found in the feedback, we will close it directly --> <!-- for convenience of differentiation, use FRPS or FRPC to refer to the FRP server or client --> **[REQUIRED] hat version of frp are you using** <!-- Use ./frpc -v or ./frps -v --> Version: frpc 0.37.0 **[REQUIRED] What operating system and processor architecture are you using** OS:ubuntu20.04 CPU architecture:x86-64 **[REQUIRED] description of errors** plugin http_proxy 请求https地址正常,请求http地址失效 **confile** <!-- Please pay attention to hiding the token, server_addr and other privacy information --> [http_proxy] type = tcp remote_port =8010 plugin = http_proxy plugin_http_user = xxx plugin_http_passwd = xxxx **log file** <!-- If the file is too large, use Pastebin, for example https://pastebin.ubuntu.com/ --> 日志无异常输出 **Steps to reproduce the issue** 1. 家里有内网服务器,另有一台云服务器。想实现http_proxy访问内网服务器Ip端口 2. 貌似是 http_proxy.go handleConnectReq函数中没有添加对GET请求的规则 **Supplementary information** **Can you guess what caused this issue** **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included all information required in the sections above - [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)
Author
Owner

@wanyvic commented on GitHub (Jun 23, 2021):

see more #2457

<!-- gh-comment-id:866509463 --> @wanyvic commented on GitHub (Jun 23, 2021): see more #2457
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1950
No description provided.