Results 1 to 1 of 1
Hi,
I am writing an Apache Module in C..!!!
I need to know how to gain access to POST data using the request_rec Structure.
Getting GET data is simple
////////////
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-19-2006 #1Just Joined!
- Join Date
- Aug 2005
- Location
- Mumbai
- Posts
- 12
Apache Dev - Getting POST data
Hi,
I am writing an Apache Module in C..!!!
I need to know how to gain access to POST data using the request_rec Structure.
Getting GET data is simple
////////////
request_rec *req;
ap_rprintf(req, "%s", req->args);
//////////////
Is there a way to get the POST DATA string?
Thanks a million...!!
Savio Monteiro


Reply With Quote
