google / tamperchrome

Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).
https://tamper.dev
Apache License 2.0
4.18k stars 214 forks source link

"invalid MIME part type" error when modifying sap odata batch responses #227

Open DetachHead opened 2 years ago

DetachHead commented 2 years ago

when modifying the response body of an odata request, i get the following error in the console:

image

i'm not really sure what's going on but from this stackoverflow answer i think tamperdev may be incorrectly changing the line endings in the body from CRLF to LF?

sorry i can't really share much information about the request as it's for an internal site