Are the keto check apis called something else now?
# ory-network
r
Are the keto check apis called something else now?
Seems they all went to /relation-tubles.
Is it save to say that POST and GET are identical in how they work?
I am a bit confused what to use?
s
the difference is in post you use the body, while in get you use query params to pass the tuple
there is a specific flavor for each that either sets the status code or not
that's why we end up with 4
r
yeah, aware of the differences between GET and POST 😄
with the
remote_json
stanza in oathkeeper
which one do i use?
s
oathkeeper only looks at the status code, so the one that sets the status code
but the sdks throw errors when a non 2xx code is returned, some even in a way they cannot be handled gracefully
that's why there is the other variant as well
r
@steep-lamp-91158 thank you 🙂
s
np