I have a number of base64 strings that I need to concatenate to send over HTTP.
Is there a good character to use to split the strings (I'm guessing a character that is invalid inside a base64 string).
-thanks for the help
Since base64 only contains characters, digits and + and /, anything else should do - how about a space, a comma (',') or a pipe symbol ('|') ?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With