I have search in MSDN and I can’t figure where are the POST parameters from HttpListenerRequest?
Any idea?
*QueryString seem to have only Get parameter not post
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After few hours of search (I was searching before posting here) I realized that I need to send back a request to get the form parameter. So once I have the
HttpListenerRequestfill up the POST parameters aren’t inside. You need to send an other request to get them: