添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
强悍的创口贴  ·  使用 Java 管理 Blob ...·  1 月前    · 
耍酷的啄木鸟  ·  Imports - Post Import ...·  1 月前    · 
文武双全的单车  ·  JBPM 7 Could not find ...·  3 周前    · 
精明的大海  ·  在 SharePoint REST ...·  2 周前    · 
温柔的大葱  ·  cURL笔记 - 飞鸿影 ·  1 周前    · 
干练的香槟  ·  hello-ai/home/navigati ...·  10 月前    · 
彷徨的豌豆  ·  RegConnectRegistryA ...·  1 年前    · 

Forum Discussion

lheller
Occasional Contributor
9 years ago

REST service multipart/mixed request problem

Hi!

I want to send the below multipart/mixed type of request from SoapUI but I am unable to add the Content-MD5 header to the second part of body. This header is needed, otherwise the request will fail.

My question is: How to add custom headers into a part of multipart request body?

Raw request taken from Fiddler, when response is OK:

POST http://srv2012r2:8080/simo/api/documents HTTP/1.1
...

Content-Type: multipart/mixed; boundary=19D523FB
Host: srv2012r2:8080
Content-Length: 11979
Expect: 100-continue


--19D523FB
Content-Type: application/json

{

"fields":[{"Key":"e9e269b9-867f-4cf6-946f-db49091cd52d","Value":"Simplest document ever.docx"}],

"storageappid":"d9ca0630-e4f8-4112-a411-ff04d89f2225"

}
--19D523FB
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="Simplest+document+ever.docx"
Content-MD5: EFV8OUymEQRJLoppzOjQ1w==

PK ! ߤÒlZ [Content_Types].xml ¢(  ´”ËnÂ0E÷•ú‘·Ub袪*‹>–-Ré{Vý’Ǽþ¾QU‘
...

--19D523FB--