RE: Rewritecond to check if a Cookie Exists

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks Cicimov!

 

Bao Nguyen
Intel Corp - SAP Integration Engineering
916-356-7153

 

From: Igor Cicimov [mailto:icicimov@xxxxxxxxx]
Sent: Friday, October 26, 2012 2:53 PM
To: users@xxxxxxxxxxxxxxxx
Subject: Re: Rewritecond to check if a Cookie Exists

 


On 27/10/2012 3:08 AM, "Nguyen, Bao L" <bao.l.nguyen@xxxxxxxxx> wrote:
>
> Hello,
>
>  
>
> When our users hit the url https://domain.mycompany.com/app I would like to write a rewrite rule to check for the existence of a SSO cookie called MYSAPSSO2.  Basically, if the MYSAPSSO2 cookie is not there then it should redirect users to a logon page to obtain the cookie.
>
>  
>
> I added the below into httpd.conf:
>
>  
>
>                 RewriteEngine on
>
>                 RewriteCond %{REQUEST_URI} ^/app/?$
>
>                 RewriteCond %{HTTP_COOKIE} !MYSAPSSO2=true

Whats true doing there??? This should be

RewriteCond %{HTTP_COOKIE} !^MYSAPSSO2$

>
>                 RewriteRule /app https://domain.mycompany.com/logon
>
>                
>
> However, Apache always do a  redirect does not matter if the MYSAPSSO2 exists or not.  It is probably because of my syntax in the " RewriteCond %{HTTP_COOKIE} !MYSAPSSO2=true" statement.  Could somebody please help with the syntax?
>
>  
>
> Thank you very much in advance!
>
>  
>
>  
>
> Bao
>
>  
>
>  
>
> Bao Nguyen
> Intel Corp - SAP Integration Engineering
> 916-356-7153
>
>  


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux