|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
HttpListenerI create a HttpListener class that listener http://localhost:8080/Listener.
When I post in this url using HttpWebRequest for .NET and write this message: message=Já volto, I don't have a problem, the text is the same when I sended. I create a html page that post in this url, but when I post I receive this message with enconding different, I set the encoding in the html handle ISO-8859-1, but the HttpListener don't respect this encondig. When I set the encoding on the HttpListener or resolve my problem? |
|||||||||||||||||||||||