Re: How to write apache module in C through which to retrieve POST form data from browser?

2013-01-17 Thread Issac Goldstand
On 17/01/2013 00:23, Sorin Manolache wrote: On 2013-01-17 03:59, Dhiren123 wrote: Samething i put HTML page(GET method) in /www folder and through my apache module i communicate with browser successfully. But when i connect to apache module through POST method ,that action page is not

Re: How to write apache module in C through which to retrieve POST form data from browser?

2013-01-05 Thread Hoang Vu Dang
You can take a look at a small module I wrote for myself https://github.com/danghvu/mod_dumpost p/s: I did submit it for review but apparently this list is not so active. On Jan 5, 2013, at 7:13 PM, Dhiren123 dhiren42.sili...@gmail.com wrote: I am already written a apache module in c and

Re: How to write apache module in C through which to retrieve POST form data from browser?

2013-01-05 Thread Issac Goldstand
Take a look at mod_apreq http://httpd.apache.org/apreq/docs/libapreq2/ On 05/01/2013 20:13, Dhiren123 wrote: I am already written a apache module in c and parsed GET data from browser through r-args .But donot know how i retrieve the POST form data ,Anybody suggest me.. -- View this