问题描述#
I have a JSON request which I'm posting to a HTTP URL. Should this be treated as 400 where requestedResource field exists but "Roman" is an invalid value for this field? Should this be treated as 400 where "blah" field doesn't exist at all?
提示词#
None