Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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.

@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant