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 cross domain request, do not want the browser to have pre check, options
So I can only use the following code, but the submitted data is JSON. How can I receive JSON data?
[HttpPost("Login"),Consumes("application/x-www-form-urlencoded")]
[AllowAnonymous]
public ActionResult<object> Login([FromBody] LoginJsonData m)
The text was updated successfully, but these errors were encountered:
I cross domain request, do not want the browser to have pre check, options
So I can only use the following code, but the submitted data is JSON. How can I receive JSON data?
The text was updated successfully, but these errors were encountered: