Forum Discussion

aalkhuja_160331's avatar
Feb 19, 2018

Grant Access by referrer

Hi there,

 

I want to allow users to access a new created virtual server (for a Sub-website) ONLY if they have a valid referrer value ( they should have if after accessing the main website).

 

Can i do it by LTM Policies, or i have to do it through an iRule.

 

Thank you.

 

  • In iRule, you read value of referer do as follow: HTTP::header [value] // replace name with Referer

     

    In LTM policy, you've similar option.