Content-Type: multipart/related; type=image/jpeg; boundary=abc
The above is invalid because the "/" is invalid in image/jpeg. type="image/jpeg" should be used
I expect a 400 and observe that request.Content.Headers does not contain Content-Type or has a null value for Content-Type (I'm not sure which), which results in a 415
The above is invalid because the "/" is invalid in image/jpeg. type="image/jpeg" should be used
I expect a 400 and observe that request.Content.Headers does not contain Content-Type or has a null value for Content-Type (I'm not sure which), which results in a 415