400 BAD request HTTP error code meaning?

前端 未结 8 1178
迷失自我
迷失自我 2020-11-22 03:38

I have a JSON request which I\'m posting to a HTTP URL.

Should this be treated as 400 where requestedResource field exists but \"Rom

8条回答
  •  隐瞒了意图╮
    2020-11-22 03:52

    First check the URL it might be wrong, if it is correct then check the request body which you are sending, the possible cause is request that you are sending is missing right syntax.

    To elaborate , check for special characters in the request string. If it is (special char) being used this is the root cause of this error.

    try copying the request and analyze each and every tags data.

提交回复
热议问题