Skip to content

Conversation

@kichik
Copy link

@kichik kichik commented Mar 12, 2019

App links fail on first load because the browser treats the initial redirect as a file and not a folder.
Links like app?appId=.... should be appended to the proxy target, not replace it.
Otherwise a link from http://proxy/proxy:master:8080 to app?appId=... will result in browsing http://proxy/app?appId=... instead of http://proxy/proxy:master:8080/app?appId=....

App links fail on first load because the browser treats the initial redirect as a file and not a folder.
Links like `app?appId=....` should be appended to the proxy target, not replace it.
Otherwise a link from `http://proxy/proxy:master:8080` to `app?appId=...` will result in browsing `http://proxy/app?appId=...` instead of `http://proxy/proxy:master:8080/app?appId=....`
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

Successfully merging this pull request may close these issues.

1 participant