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
In the request interceptor, it's just set
content-type:application/x-www-form-urlencoded;
config.withCredentials = true;
When the browser calls the interface, the options request will be triggered. How can I set it to not trigger the options request
The text was updated successfully, but these errors were encountered:
In the request interceptor, it's just set
content-type:application/x-www-form-urlencoded;
config.withCredentials = true;
When the browser calls the interface, the options request will be triggered. How can I set it to not trigger the options request
The text was updated successfully, but these errors were encountered: