Spring: The request sent by the client was syntactically incorrect ()

后端 未结 4 1613
无人共我
无人共我 2020-12-14 18:17

Hi I received next error during the redirect:

The request sent by the client was syntactically incorrect

URL which browser show

4条回答
  •  粉色の甜心
    2020-12-14 18:49

    In my case the reason of this error was that browser (Chrome, in my particular case) was sending the date from the to the server in the wrong format so server didn't know how to parse it.

提交回复
热议问题