I know hot to write an ashx web Handler to receive data sent from a web page through AJAX xhr request.
Now I need to retrieve a string sent from a webclient.UploadString with UTF8 encoding.
Where I'm stuck is I can't find a proper example of how to write the Handler to retrieve the string which has been POSTed...
Any clue welcome. If possible Visual Basic, but c# will do.