-
Hello, I try to do some PUT using the API with simple auth, ad it's written here it should work: But I get the following result (cleaned):
Is it wanted that this CSRF cookie is enabled when we want to use the REST API, or how to correctly manage that? On {
"detail":"CSRF Failed: CSRF cookie not set."
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I just tested it with YARC just with Authorization Headers and had no problems at all. Are you running any kind of Reverse Proxy which is unable to handle it or did you try directly on the container? |
Beta Was this translation helpful? Give feedback.
-
Solution: https://gist.github.com/sbrunner/8aa5b83141ea01b75e6a0f37637c3202 |
Beta Was this translation helpful? Give feedback.
Solution: https://gist.github.com/sbrunner/8aa5b83141ea01b75e6a0f37637c3202