mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1887] 例如我有个站点是X-Frame-Options: SAMEORIGIN可以用frp改吗? #1492
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#1492
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 @suyuan168 on GitHub (Jun 29, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1887
例如我有个站点是X-Frame-Options: SAMEORIGIN可以用frp改吗?
我看示例有修改head 。是web服务。可以用frpc配置文件替换修改成可以iframe了吗
@fatedier commented on GitHub (Jun 30, 2020):
目前替换的是用户请求的 Request 的 header,而不是你的服务响应的 header。
因为你自己的站点,响应内容是自己可控的,不需要借助 frp 来修改。
@suyuan168 commented on GitHub (Jun 30, 2020):
相应内容有办法替换吗。哎 改不了
@Juli1546 commented on GitHub (Jul 3, 2020):
前面再挂一个nginx改