m http://example.com/protected to proxy to
http://localhost:/parse.pl?username=&password=
Please help!!!
On Thu, May 28, 2009 at 6:41 PM, Atanu wrote:
> My setup is Apache 2.x and mod_perl 2.x and
> AuthCookie(Apache-AuthCookie-3.12). I have been able to do a cookie based
> authenticatio
cted http://192.168.1.3:
I want to do something like
ProxyPassReverse /protected http://192.168.1.3:?username=&password=
As suggested in the thread, it could be possible using mod_rewrite, but I am
not able to get the rewrite rule to work in the first place. Please help.
Thanks,
Atanu
O
Thanks Nick for the pointer. Let me try this out in my boxes.
On Wed, May 27, 2009 at 4:09 AM, Nick Kew wrote:
>
> On 26 May 2009, at 22:37, Atanu wrote:
>
> - The user will still type http://foo.com. This time a mod_proxy handler
>> will display a login page. I
tion handler and passing it as a query parameter for the proxy
URL?
Anticipating a "hint" solution from anybody!!
Thanks a lot,
Atanu