Skip to content

SSL Proxying not working correctly with 302 Moved Temporarily #316

@mpcaddy

Description

@mpcaddy

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

  1. Visit an SSL site that returns a 302 Moved Temporarily to a different url

  2. 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

bugSomething isn't working✅ DoneTicket is resolved

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions