R
Randy Lawrence
I'm having problems posting a binary string (around 256 characters)
using http.post().
When I encode the binary string using Base64.encode64() and then
http.post() the data, the "+" characters are replaced by " " so the data
is no longer valid.
I've tried URI.escape(Base64(encode64(data))) to post and
URI.unescape(data) to receive but the same problem appears.
Any suggestions?
using http.post().
When I encode the binary string using Base64.encode64() and then
http.post() the data, the "+" characters are replaced by " " so the data
is no longer valid.
I've tried URI.escape(Base64(encode64(data))) to post and
URI.unescape(data) to receive but the same problem appears.
Any suggestions?