<div dir="ltr">Even though it looks like TeChunkedParser is getting all the additional headers I can't seem to create ACL or output them using logformat. I was trying to request these headers with req_mime_type/resp_mime_type. and alos had log_mime_hdrs on and then in logformat just had all.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 23, 2020 at 11:46 AM Ryan Le <<a href="mailto:ryanlele264@gmail.com">ryanlele264@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks, <div><br></div><div>I have been looking at the squid debug and can see that it is getting the multipart.<br><br>POST <a href="http://bbbbbb.com" target="_blank">http://bbbbbb.com</a><br>User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0<br>Accept: application/json<br>Accept-Language: en-US,en;q=0.5<br>Accept-Encoding: gzip, deflate<br>Referer: <a href="http://bbbbb.com" target="_blank">http://bbbbb.com</a><br>Cache-Control: no-cache<br>X-Requested-With: XMLHttpRequest<br>Content-Type: multipart/form-data; boundary=---------------------------328901485836611227811186534509<br>Content-Length: 1245<br>Origin: <a href="http://bbbbb.com" target="_blank">http://bbbbb.com</a><br>Cookie: cookie<br>Host: <a href="http://bbbbbbb.com" target="_blank">bbbbbbb.com</a><br>Via: ICAP/1.0 <br><br>4dd<br>-----------------------------328901485836611227811186534509<br>Content-Disposition: form-data; name="action"<br><br>frm_submit_dropzone<br>-----------------------------328901485836611227811186534509<br>Content-Disposition: form-data; name="field_id"<br><br>8<br>-----------------------------328901485836611227811186534509<br>Content-Disposition: form-data; name="form_id"<br><br>5<br>-----------------------------328901485836611227811186534509<br>Content-Disposition: form-data; name="nonce"<br><br>e1aca92777<br>-----------------------------328901485836611227811186534509<br>Content-Disposition: form-data; name="file8"; filename="translate.zip"<br>Content-Type: application/x-zip-compressed<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 23, 2020 at 11:16 AM Alex Rousskov <<a href="mailto:rousskov@measurement-factory.com" target="_blank">rousskov@measurement-factory.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 7/23/20 9:22 AM, Ryan Le wrote:<br>
> I have been trying to configure squid to decode and send multipart form<br>
> data to another service. Is there an acl or build parameter needed for<br>
> multipart form data support?<br>
<br>
No, there is no need to allow any specific Content-Type, including<br>
multipart. Squid does not know anything about multipart/form-data. If a<br>
multipart/form-data message is well-formed from HTTP point of view, then<br>
Squid will process it as any other message, including passing it to<br>
ICAP/eCAP (where configured).<br>
<br>
Cheers,<br>
<br>
Alex.<br>
</blockquote></div>
</blockquote></div>