Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 94548 invoked from network); 16 Jan 2008 22:10:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2008 22:10:26 -0000 Received: (qmail 9924 invoked by uid 500); 16 Jan 2008 22:10:16 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 9614 invoked by uid 500); 16 Jan 2008 22:10:15 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 9605 invoked by uid 99); 16 Jan 2008 22:10:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 14:10:15 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kakibend@gmail.com designates 209.85.134.190 as permitted sender) Received: from [209.85.134.190] (HELO mu-out-0910.google.com) (209.85.134.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 22:09:48 +0000 Received: by mu-out-0910.google.com with SMTP id w8so442813mue.4 for ; Wed, 16 Jan 2008 14:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=yYxkcuygJDHxeCLjWVmZH+tYQDekoP3x/YWpTXQehEw=; b=DQFzhpJmFcM5+jBe6VyI7cQeLr6PzgxWsB2yfSa070ONCiZ0pKTE0ZD2JGO3ZSEtxZivSJzLAM7bus6Dk8nPOGjoeh9pVIfHoLTLBI2dS6HDIV9fTz6Mn1twaVfnvKaP+fKQ/lg/vhoET5KMWaZ2kzvOvaqDYUcxWifg9cP/mbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=TWubytKN70MARwYDZOVO6tbDfAQyYHAhXO0D789X6rFxFwSj2ypaAORCRx3rm+qi6w8PZo5EoVfcE8IiH4r+dba+3XgEHTgPnj4pFOWl4IOuGHbuKXqkBvDMtqN811R+Y1HtRFTT2MU0ZcQQreGgxfJ5Wb8v59k2b3d5ygVkFlM= Received: by 10.78.204.7 with SMTP id b7mr1790391hug.74.1200521392413; Wed, 16 Jan 2008 14:09:52 -0800 (PST) Received: by 10.78.161.13 with HTTP; Wed, 16 Jan 2008 14:09:52 -0800 (PST) Message-ID: <9dc7421e0801161409sb7eb7bdl827669e32a886ab8@mail.gmail.com> Date: Wed, 16 Jan 2008 23:09:52 +0100 From: "karim Bendadda" To: modules-dev@httpd.apache.org Subject: Re: [Module Dev] Sending http request In-Reply-To: <1404e5910801160642g2ec6c452td648c72ae2017bf0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20691_1849295.1200521392411" References: <9dc7421e0801160636ge8d38e8h5c547bdf6206c91d@mail.gmail.com> <1404e5910801160642g2ec6c452td648c72ae2017bf0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20691_1849295.1200521392411 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you for replying. I will see your link and reply to the mailing list..perhaps this will help . On Jan 16, 2008 3:42 PM, Eric Covener wrote: > On Jan 16, 2008 9:36 AM, karim Bendadda 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 > covener@gmail.com > -- Karim ------=_Part_20691_1849295.1200521392411--