Open eladg opened 8 years ago
All requests much be include a Content-Type: application/json header, but currently we process them as if they are jsons (which may generate exceptions).
Content-Type: application/json
We should ignore/reject them instead.
All requests much be include a
Content-Type: application/json
header, but currently we process them as if they are jsons (which may generate exceptions).We should ignore/reject them instead.