-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Description
Bug Description
Hello, I am getting an annoying bevahior by one of my client targets.
I want to tunnel a https page:
The page is running on port 82, by my frpc and frps .ini I forward that page to subdomain.mydomain:8082.
I get the login in page of the targt. But after I login the page always jump to subdomain.mydomain:82.
I could observe that before that redirect I get a location: subdomain.mydomain:82. in the response header by the page.
I tried something like host_header_rewrite, but that seems to have no impact at all.
So my question. Is there an opportunity I can block this redirect? or I can change the response header (on frpc or frps)?
Or do you think I have to fix this on the target webpage?
Thank you for your support and project.
frpc Version
0.45
frps Version
0.45
System Architecture
linux/amd64
Configurations
[common]
server_addr = myDomain
server_port = 8082
authentication_method = token
token =
log_level = trace
user = no_test2
[23]
type = https
plugin = https2https
subdomain = e7b65b443b14cb26a76f0660
plugin_local_addr = targetHost:82
plugin_crt_path = <path_to_cert>
plugin_key_path = <path_to_cert>
Logs
No response
Steps to reproduce
...
Tbh I dont know how to reproduce this bug, it happens only at this one webpage.
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others