Gaetan
2006-06-27 15:24:16 UTC
I'm using VBScript to send requests to an IIS 6.0 server. If I fail to set the credentials, IIS will
send back a 401 status code. When I try to access the web page sent back from IIS using the
ResponseText property, I get the following VBScript error;
"No Mapping for the Unicode character exists in the target multi-byte code page"
Any idea on how I can access the data sent back to me from IIS? I used a network monitor to view the
data sent back from IIS and there does not seem to have any Unicode data. I can see the HTML text
coresponding to the 401 (unauthorized) error.
Thanks.
send back a 401 status code. When I try to access the web page sent back from IIS using the
ResponseText property, I get the following VBScript error;
"No Mapping for the Unicode character exists in the target multi-byte code page"
Any idea on how I can access the data sent back to me from IIS? I used a network monitor to view the
data sent back from IIS and there does not seem to have any Unicode data. I can see the HTML text
coresponding to the 401 (unauthorized) error.
Thanks.