[GH-ISSUE #1921] 想获取下请求的url #1523

Closed
opened 2026-05-05 12:57:44 -06:00 by gitea-mirror · 8 comments
Owner

Originally created by @quliting on GitHub (Jul 28, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1921

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?

在C端,想获取下请求的URL
查看有没有通知到;

What operating system and processor architecture are you using (go env)?

Configures you used:

Steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Can you point out what caused this issue (optional)

Originally created by @quliting on GitHub (Jul 28, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/1921 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** 在C端,想获取下请求的URL 查看有没有通知到; **What operating system and processor architecture are you using (`go env`)?** **Configures you used:** **Steps to reproduce the issue:** 1. 2. 3. **Describe the results you received:** **Describe the results you expected:** **Additional information you deem important (e.g. issue happens only occasionally):** **Can you point out what caused this issue (optional)**
Author
Owner

@Becods commented on GitHub (Jul 30, 2020):

可在后端响应日志中查找到

<!-- gh-comment-id:666316424 --> @Becods commented on GitHub (Jul 30, 2020): 可在后端响应日志中查找到
Author
Owner

@quliting commented on GitHub (Aug 3, 2020):

console or real logFile path like ./frps.log
log_file = ./frps.log

trace, debug, info, warn, error
log_level = info
是这个吗?

https://github.com/fatedier/frp/blob/master/conf/frps_full.ini
47行;

<!-- gh-comment-id:667765324 --> @quliting commented on GitHub (Aug 3, 2020): console or real logFile path like ./frps.log log_file = ./frps.log trace, debug, info, warn, error log_level = info 是这个吗? https://github.com/fatedier/frp/blob/master/conf/frps_full.ini; 47行;
Author
Owner

@Becods commented on GitHub (Aug 3, 2020):

console or real logFile path like ./frps.log
log_file = ./frps.log

trace, debug, info, warn, error
log_level = info
是这个吗?

https://github.com/fatedier/frp/blob/master/conf/frps_full.ini;
47行;

并不是frps
而且frpc代理后的服务端
例如nginx/apache/caddy的日志

<!-- gh-comment-id:667861212 --> @Becods commented on GitHub (Aug 3, 2020): > console or real logFile path like ./frps.log > log_file = ./frps.log > > trace, debug, info, warn, error > log_level = info > 是这个吗? > > [https://github.com/fatedier/frp/blob/master/conf/frps_full.ini;](https://github.com/fatedier/frp/blob/master/conf/frps_full.ini%EF%BC%9B) > 47行; 并不是frps 而且frpc代理后的服务端 例如nginx/apache/caddy的日志
Author
Owner

@quliting commented on GitHub (Aug 4, 2020):

我只是在linux 上面运行下frpc;其他的啥都没用;

<!-- gh-comment-id:668351299 --> @quliting commented on GitHub (Aug 4, 2020): 我只是在linux 上面运行下frpc;其他的啥都没用;
Author
Owner

@Becods commented on GitHub (Aug 4, 2020):

我只是在linux 上面运行下frpc;其他的啥都没用;

frp只是一个代理软件,并不处理http请求内容

<!-- gh-comment-id:668456225 --> @Becods commented on GitHub (Aug 4, 2020): > 我只是在linux 上面运行下frpc;其他的啥都没用; frp只是一个代理软件,并不处理http请求内容
Author
Owner

@quliting commented on GitHub (Aug 5, 2020):

嗯,明白了你的意思;
但是,按照逻辑来说,所有的请求都通过他,他应该知道是哪些请求;谢谢;

<!-- gh-comment-id:668932668 --> @quliting commented on GitHub (Aug 5, 2020): 嗯,明白了你的意思; 但是,按照逻辑来说,所有的请求都通过他,他应该知道是哪些请求;谢谢;
Author
Owner

@Becods commented on GitHub (Aug 5, 2020):

嗯,明白了你的意思;
但是,按照逻辑来说,所有的请求都通过他,他应该知道是哪些请求;谢谢;

阅读源码或wiki,你将会发现更多

<!-- gh-comment-id:668952783 --> @Becods commented on GitHub (Aug 5, 2020): > 嗯,明白了你的意思; > 但是,按照逻辑来说,所有的请求都通过他,他应该知道是哪些请求;谢谢; 阅读源码或wiki,你将会发现更多
Author
Owner

@quliting commented on GitHub (Aug 5, 2020):

谢谢;

<!-- gh-comment-id:668954890 --> @quliting commented on GitHub (Aug 5, 2020): 谢谢;
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#1523
No description provided.