On Jan 16, 2008 9:36 AM, karim Bendadda <[EMAIL PROTECTED]> wrote: > Hi Everybody, > > Have you any idea of an apr function wish *sends an HTTP request to an > url*? I have a request request_rec and I need to send it to an http url : > http:\\url.com. I'd like something like : *send_request(request_rec,url); * > > P.S: On my last mail (Request External Redirection) I asked you to help me > for a redirection but I think that I need to send a new request! Sorry for > the inconvenience >
nothing that simple probably, but mod_serf in trunk might be of interest: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_serf.c?view=co -- Eric Covener [EMAIL PROTECTED]
