Philip_Baird
11 years agoCommunity Expert
Base64 encoded string
Hi, as part of a XHR web service call I am testing, I am required to send basic Authorization in the header encoded as Base64. I couldn't find a way to do this from a Test Complete o...
- 11 years agoHi Phil,
I used .Net-based approach in several projects and it worked fine.
However, the following request http://www.google.com/search?q=base64+encode+string+jscript+vbscript returned quite a few results the first of which http://stackoverflow.com/questions/496751/base64-encode-string-in-vbscript looks quite interesting (though I did not verified what people have talked there about).