ajaxnewbie
Programmer
- Jul 11, 2008
- 3
Hi Everyone,
Is it possible to send a string with null bytes using XMLHTTPRequest POST? The string is passed on to the Javascript from a java applet.
At the moment, XHR is assuming the null byte as a string terminator and dumping everything after the null byte.
The server thats expecting the string doesnt allow encoding into any format.
Thanks a lot,
Sanj.
Is it possible to send a string with null bytes using XMLHTTPRequest POST? The string is passed on to the Javascript from a java applet.
At the moment, XHR is assuming the null byte as a string terminator and dumping everything after the null byte.
The server thats expecting the string doesnt allow encoding into any format.
Thanks a lot,
Sanj.