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
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://
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
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
Hi ,
Is there any way to access parameters in a URL without writting a
script?
Cheers,
Sanjaya.