Use base64 for encoding of binary data in HAR #2259
velle
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an excerpt from a HAR file that I exported from Requestly Desktop App
I could not find any official HAR specification (do you know of such? :D ), but this was the closest I could find: http://www.softwareishard.com/blog/har-12-spec/.
If the request or response body can not be represented in UTF-8, they suggest encoding it using base64, and then setting another attribute
"encoding":"base64"
.Is there any good reason why you chose to encode it this way, instead of just base64? :) As far as I can tell, that would be a lot simpler to handle, and more concise as well.
Sincerely, Thomas
Beta Was this translation helpful? Give feedback.
All reactions