Forum Discussion
cylinh_171509
Altocumulus
Sep 24, 2014How can I allow file extention to URL
i would like to know the best way to allow file extention to the URL.
example:
myurl.myurl.com
Allowed URLs:
/rpc/* /OAB/* /ews/* /ecp/* /autodiscover/*
- May 05, 2015
Just in case someone wants to know what my irule look like that i had to resolve
when HTTP_REQUEST { switch -glob -- [string tolower [HTTP::uri]] { "/rpc/" - "/oab/" - "/ews/*" - "/ecp/" - "/autodiscover/" { pool my_pool } default { reject } } }
cylinh_171509
Altocumulus
May 05, 2015Just in case someone wants to know what my irule look like that i had to resolve
when HTTP_REQUEST { switch -glob -- [string tolower [HTTP::uri]] { "/rpc/" - "/oab/" - "/ews/*" - "/ecp/" - "/autodiscover/" { pool my_pool } default { reject } } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects