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
We could substitute all the necessary origin and headers ourselves to solve this problem, but there is a chance that the mock is used not only for the dev environment
If you need credentials in your request, you should fill cors data in config or use server to server channel
If try to send cookies from other origin (other port on localhost for example) CORS error occurs.
![image](https://private-user-images.githubusercontent.com/47690223/240644283-b2b0c42e-cef3-4b89-9ade-a5cea00c3e5e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTc2OTgsIm5iZiI6MTczOTQ1NzM5OCwicGF0aCI6Ii80NzY5MDIyMy8yNDA2NDQyODMtYjJiMGM0MmUtY2VmMy00Yjg5LTlhZGUtYTVjZWEwMGMzZTVlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0MzYzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1ZTFjODcyNjBmODc5ZDFjNGEwMmQzOTEwNzBiNGEyYjI4MmQxOWY1YWI5YjgwODQ4YTlmMWE2NmIwMWJjNjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3KAD7xk73QBS17t_dV5RRTL6QU3t-9e6ihESfD8Nd3c)
This happens because we use
*
for requests with credentials, but wildcard for such requests is not allowed. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-HeadersThe text was updated successfully, but these errors were encountered: