In Postman duplicate headers are usually overridden i.e. This is a duplicate header and will be overridden by the Content-Type header added by you.
except in the case below. How can I achieve this?
Hey @tafadzwagonera
You could just untick the auto-generated header and manually add 2 of the same header for the request.
Iβve used Content-Type
here as an example and you can see from the Console, the request contained both headers.
Iβm not sure of the endpoints youβre hitting so I donβt what behaviour is on the server-side if 2 of the same header are sent.
1 Like
β¦I donβt what behaviour is on the server-side if 2 of the same header are sent.
That makes two of us @danny-dainton Postman console shows one header with multipart/related
MIME getting sent to the server. Iβm investigating an odd issue associated with the image I posted in the OP. Maybe Iβll have an answer by the close of the day.