Redirect on 4433 to 4434 API caused me a bit of confusion #3294
Rodeoclash
started this conversation in
Ideas
Replies: 1 comment
-
Hello @Rodeoclash |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've misconfigured my internal API to point towards port 4433 on Kratos when making admin queries. However, this just works(tm)
After scratching my head a bit, I tried curl and got:
So clearly Kratos is being helpful in redirecting my request to the right location (this is all over a private network, so I can access 4434 internally without issue.
However, I think it would be a good idea to capture this behaviour somewhere, perhaps on the https://www.ory.sh/docs/kratos/quickstart page? Happy to raise a PR with some guidance about where to capture this
Beta Was this translation helpful? Give feedback.
All reactions