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
However, the error I get when making this request in the browser is
Access to fetch at 'http://127.0.0.1:2476/api/login/' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Credentials' header in the response is '' which must be 'true' when the request's credentials mode is 'include'.
I'm trying to pass in a cookie to a
Flask API POST Endpoint
However, the error I get when making this request in the browser is
My set-up using
flask-cors
isThe text was updated successfully, but these errors were encountered: