Forum Discussion
How 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/*
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 } } }
2 Replies
- t-roy
Nimbostratus
Depending on the code version you are using, you could do this in a profile, or you could do it with an iRule.
Good place to start if you use an iRule:
https://devcentral.f5.com/questions/access-control-for-specific-url
- cylinh_171509
Altocumulus
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 } } }
Recent Discussions
Related Content
* 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