Home  >  Article  >  Java  >  Ajax submission 400 error in SpringMVC

Ajax submission 400 error in SpringMVC

PHP中文网
PHP中文网Original
2017-06-20 09:53:352072browse

There are three situations for 400 errors

1: The amount of data requested is too large, but this situation is generally very Rare.

2: The requested url is incorrectly entered , please check whether the url is correct.

3: The requested data parameter is incorrect, make sure that every parameter can be requested.

Note: Xiaobai had a 400 error before, and the parameter obtained in the background was null because of the third situation. After checking the parameters one by one (the method is a bit stupid), it turned out that the 'time' was obtained 'There is a problem with the parameters

If there are comrades in the same situation as me, you can try to remove the "time" parameter and try to get it, or add it in js The obtained js object is converted into a date object for request.

##JS:

HTML:

ajax:

Solution: Convert the object into a date object

##You can see it in the background

The object has been caught, and it’s up to you to do the rest. hey-hey

The above is the detailed content of Ajax submission 400 error in SpringMVC. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn