J
jose
I use the WinHttp.WinHttpRequest.5.1 object from a asp .net page to get
the content of another asp .net page. I set a cookie in the object. The
value of that cookie is 'Ñadf'. But the cookie is received by the
second page as 'adf'. Both asp apps have requestEncoding="ISO-8859-1"
responseEncoding="ISO-8859-1" in the web.config. I supose this has to
do with charsets but i can not set it properly. Has someone found the
same problem?. Thanks.
the content of another asp .net page. I set a cookie in the object. The
value of that cookie is 'Ñadf'. But the cookie is received by the
second page as 'adf'. Both asp apps have requestEncoding="ISO-8859-1"
responseEncoding="ISO-8859-1" in the web.config. I supose this has to
do with charsets but i can not set it properly. Has someone found the
same problem?. Thanks.