[users@httpd] How to add data to body request

2016-03-15 Thread Domingo Jimenez
Hi! I am developing an Apache module in C and I would like to put some
information into the body request (post). How could I add content in the
post body request? I have seen the body_table param in request_rec, but it
didn't work. Thanks!


[users@httpd] How to add data to body request

2016-03-14 Thread Domingo Jimenez
Hi! I am developing an Apache module in C and I would like to put some
information into the body request (post). How could I add content in the
post body request? I have seen the body_table param in request_rec, but it
didn't work. Thanks!