Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Proxy page redirects to invalid page for SPAs #452

@gunnim

Description

@gunnim

vorlon@0.5.5
SSL disabled

When using /httpproxy to f.x. open the url https://www.dominos.is to debug you are redirected to urls similar to the following
https://192.168.15.105:1337/vorlonproxy/root.html?vorlonproxytarget=https%3A%2F%2Fwww.dominos.is&vorlonsessionid=dominosis

In this case the target site is an SPA and seems to be receiving a GET request for /vorlonproxy/root. The site returns a 404 but the request can be fixed by accessing
https://192.168.15.105:1337/?vorlonproxytarget=https%3A%2F%2Fwww.dominos.is&vorlonsessionid=dominosis
instead

I also found no way to access any non-root paths for SPA apps. so navigation above the root url was impossible, even when supplying the path on initial load and modifying it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions