I'm making a post request to an endpoint, but I ke...
# ktor
o
I'm making a post request to an endpoint, but I keep getting 307 status code, Temporary Redirect. The endpoint works using postman, but not with Ktor. I've tried using both CIO and OkHttp. Any ideas what the issue could be?
m
e
You can use configuration property to allow this: https://api.ktor.io/ktor-client/ktor-client-core/io.ktor.client.plugins/-http-redirect-config/check-http-method.html It may lead to the security issue still