You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the problem only arises with text and not with images, I'm hypothesizing that the issue comes from this (from RFC1341): "A CRLF sequence in base64 data should be converted to a quoted-printable line break, but ONLY when converting text data" but I'm not familiar at all with these things.
Any idea how this could be solved?
The text was updated successfully, but these errors were encountered:
If anyone would like to try, we have a fork of the BrowserMob proxym renamed as the BrowserUp Proxy with Brotli support merged. It should be a drop in replacement for the binary, and should be compatible when used via REST, the only exception being that we dropped the deprecated legacy routes. We are actively maintaining this and adding to it, whereas development on the BrowserMob proxy itself has been dead for a few years.
When I do a plain-vanilla test, using this code:
Some responses have
response.content.text
base64 encoded but doesn't decode to what it should. In this example, what should be an HTML page decodes to gibberish: https://gist.github.com/n-kb/8b8818230c54be998007ee855e037404#file-google-har-L191Because the problem only arises with text and not with images, I'm hypothesizing that the issue comes from this (from RFC1341): "A CRLF sequence in base64 data should be converted to a quoted-printable line break, but ONLY when converting text data" but I'm not familiar at all with these things.
Any idea how this could be solved?
The text was updated successfully, but these errors were encountered: