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

URLs not constructed properly if behind reverse proxy #15

Open
schaarj opened this issue Dec 20, 2024 · 0 comments
Open

URLs not constructed properly if behind reverse proxy #15

schaarj opened this issue Dec 20, 2024 · 0 comments

Comments

@schaarj
Copy link
Member

schaarj commented Dec 20, 2024

Adding some headers to the proxy directive fixes the major issues (e. g. /login or the like redirect to an internal address) but still not all.
SPARQL endpoints remain displayed as:

http://[url]:None/api/v1/jena/tt_test/sparql

even though it should be:

https://[url]/api/v1/jena/tt_test/sparql

(Use https and don't use a port if the reverse proxy is listening on the default 443)

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