You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a session cookie to authenticate the API client, but if the client tries to upload a file to the server, the server receives no cookies (I've debugged server-side to be certain) and so it denies access. Everyhting works fine if the request is not multipart/form-data.
The file does get sent successfully, though.
The text was updated successfully, but these errors were encountered:
I use a session cookie to authenticate the API client, but if the client tries to upload a file to the server, the server receives no cookies (I've debugged server-side to be certain) and so it denies access.
Everyhting works fine if the request is not
multipart/form-data
.The file does get sent successfully, though.
The text was updated successfully, but these errors were encountered: