[Fixed]-Django server returns 403 Forbidden while logging in via C#

1👍

You need to send a X-CSRFToken header with the csrf token.

X-CSRFToken:<csrftoken cookie value>

(I don’t know how to do it with C# )

Leave a comment