-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
Description
When SSL Proxying is enabled and the site which has a 302 status that returns a url with a different host the host portion is removed leaving just the path. It looks like it also removes the query as well.
Steps to Reproduce
-
Visit an SSL site that returns a 302 Moved Temporarily to a different url
-
See the response is incorrect
Current Behavior
The headers are incorrect. Location has stripped the query and the host portion. Also 302 Moved Temporarily gets changed to 302 Found, which is not the correct
Expected Behavior
For the same response to be returned regardless of SSL Proxying being enabled
Environment
- App version: 2.5.0
- Windows/Linux version: Windows
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done