When I try to add parameters in the headers the content-Type: multipart/form-data; boundary=ABCD, it is failing with the message: the request was rejected because no multipart boundary was found, I changed the HeaderDelimiter to :
For any users watching this topic:
Using the code snippet generator to HTTP option in POSTMAN helped @tiago.real to convert the request correctly.
1 Like
Thanks a lot @ran.ferdinaro to solve my 2 problems!
1st: where to add the multipart/form-data and boundary with same content-type
2nd: the format of the multipart/form-data in the body:
thanks again!