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

Proxy page redirects to invalid page for SPAs #452

Open
gunnim opened this issue Aug 1, 2020 · 0 comments
Open

Proxy page redirects to invalid page for SPAs #452

gunnim opened this issue Aug 1, 2020 · 0 comments

Comments

@gunnim
Copy link

gunnim commented Aug 1, 2020

[email protected]
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.

@gunnim gunnim changed the title Proxy page redirects to unusable SPA page Proxy page redirects to invalid page for SPAs Aug 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant