justsomeguy Posted June 23, 2009 Report Share Posted June 23, 2009 Does anyone have any clever ways to read the raw HTTP post data from a request using ASP/Javascript? Link to comment Share on other sites More sharing options...
aalbetski Posted June 23, 2009 Report Share Posted June 23, 2009 (edited) <%=Request.form%>Is that what you want. all the form post data as a string ? Edited June 23, 2009 by aalbetski Link to comment Share on other sites More sharing options...
justsomeguy Posted June 23, 2009 Author Report Share Posted June 23, 2009 (edited) Sort of, but I'm in a situation where the server doesn't know that it's post data, so it doesn't populate the form collection. The post data is there in the request body, so I'm trying to find a way to get the raw request body and parse the data myself. Edited June 23, 2009 by justsomeguy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now