Skip to main content

Mixed — some parts with encoding, some without

POST 

/anything/mixed-encoding

Verifies that parts without an encoding entry use the browser default while parts with encoding.contentType use the declared value.

  • label — no encoding declared → default (text/plain)
  • datacontentType: application/json
  • attachmentcontentType: application/octet-stream (explicit)

Request

Responses

Request echoed by HTTPBin — inspect part Content-Types