You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[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.
The text was updated successfully, but these errors were encountered: