You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Domingo Jimenez <do...@vintegris.com> on 2016/03/14 14:59:36 UTC

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

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

Posted by Domingo Jimenez <do...@vintegris.com>.
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!