Re: Winnet HttpAddRequestHeaders in Chinese



Hi Charlie,

Another approach you can try is to investigate the httprequest header which
sent from the Windows 2003 client machine, you may use some packet
capturing tool in Win2003 client machine to check it, if the httprequest
header in the client's packet has already contained the garbled text, then
we can isolate this problem into the client side.

Next you need to debug your program in the Win2003 client machine, I
suggest you can add some debugging code to check the text that received
from the inputbox, it may be already mis-encoded due to the system's locale
setting...


Thanks!

Best regards,

Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn

This posting is provided "AS IS" with no warranties, and confers no rights.

.


Loading