我有一个JSON请求,我发布到HTTP URL.
如果这被视为400其中requestedResource场存在,但"Roman"对于这方面的无效值?
400
requestedResource
"Roman"
[{requestedResource:"Roman"}]
如果这被视为400其中"blah"场完全不存在吗?
"blah"
[{blah:"Roman"}]
rest error-handling http http-status-code-400
error-handling ×1
http ×1
http-status-code-400 ×1
rest ×1