mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #699] 是否可以支持自定义header #549
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#549
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 @flashsoft on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/699
看到现在应该是支持了host的header的映射,能否直接开放写配置文件的方式来进行自定义header
目标是解决访问http的时候,自动设置hsts的过期信息,来直接后续强制跳转到https上
@fatedier commented on GitHub (Apr 9, 2018):
这样类似的需求,如果一个一个加的话,可以单独实现为一个项目了。
我们需要尽量考虑下如何让这部分的设计变得更加独立,可扩展,易于插件化。在有一个整体的改动方案后再来做这件事吧。
@fatedier commented on GitHub (May 31, 2018):
Support in v0.20.
@billchenchina commented on GitHub (May 31, 2018):
@fatedier Thanks!