mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3919] Reponse header sets wrong location #3110
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#3110
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 @cedricbieder on GitHub (Jan 8, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3919
Bug Description
I am using a frp-http tunnel to get access to a webapplication. I can also reach the login screen of this app with subdomain.mydomain.com:443. If I log in, the authentication response returns in the header a new location with subdomain.mydomain.com:82 and the browser redirects to this port. I always have to remove this port again to work normal on the 443 tunnel. Is there a parameter which I can set to manipulate this response location?
frpc Version
0.53
frps Version
0.53
System Architecture
linux/amd64
Configurations
[16]
type=https
local_ip=127.0.0.1
local_port=82
subdomain=subdomain
#host_header_rewrite=subdomain.domain.com
[common]
server_addr=server.domain.com
server_port=443
authentication_method=token
token=my_token
log_level=trace
user=my_user
tls_enable=true
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Jan 9, 2024):
You can modify it in your own app.
@github-actions[bot] commented on GitHub (Jan 31, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.