mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #769] [FEATURE REQUEST] HTTP Referer 自动修改 / Auto Change HTTP Query's Referer #603
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#603
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 @billchenchina on GitHub (May 14, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/769
有些网站在你访问 CSS / JavaScript 文件时会检测你的 Referer 是否是本站的,如果不是的话直接返回 404,但 frp 目前的 referer 貌似是浏览器发出的,请求把 HTTP Query 的 Referer 自动修改。
Some website will detect your HTTP Referer when you request a CSS / JavaScript file, if your referer doesnt belong to the site, it responds a HTTP 404 Error. This issue hopes frp will change HTTP referer automatically.
@fatedier commented on GitHub (May 15, 2018):
对这方面不是很理解,看起来是针对 http 协议的一些高级操作,是否能够先通过结合其他组件去实现?
之前有一个 issue 有相关的需求,#699 ,这一类的操作需要仔细考虑如何以适合的方式加入进来,之后有进展会在 #699 这个 issue 中更新。
@billchenchina commented on GitHub (May 15, 2018):
@fatedier Thanks!