Re: [EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Madonesa sanjaya
Hi , Thnx for the reply. I have a application which does the authentication based on the header values. Therefore I need to send the request to the http://localhost:8080/test-app with the correct headers. I need to simulate this behaviour. What I need is to get the parameters and add it to the

Re: [EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Vincent Bray
On 02/07/07, Madonesa sanjaya <[EMAIL PROTECTED]> wrote: I have configured apache as a reverse proxy. Then for a particular url , I need to add some headers to the request. At the moment I'm doing it statically using the following configuration in httpd.conf file. ProxyPass /care http://

Re: [EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Madonesa sanjaya
Hi , I have configured apache as a reverse proxy. Then for a particular url , I need to add some headers to the request. At the moment I'm doing it statically using the following configuration in httpd.conf file. ProxyRequests Off Order deny,allow Allow from all ProxyPass /care http://loca

Re: [EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Vincent Bray
On 02/07/07, Madonesa sanjaya <[EMAIL PROTECTED]> wrote: Hi , Is there any way to access parameters in a URL without writting a script? Yes there is, usually by using RewriteCond. See: http://wiki.apache.org/httpd/Rewrite/Common/QueryString Perhaps you could elaborate on your question a

[EMAIL PROTECTED] Access parameters in URL

2007-07-02 Thread Madonesa sanjaya
Hi , Is there any way to access parameters in a URL without writting a script? Cheers, Sanjaya.