Forum Discussion
F5User888
Nimbostratus
Dec 14, 2022how to pass F5 by adding the IRULES?
Hello, i try to send the Rest services but it get stuck on F5. can you please let me know if the following IRULE looks ok? my URL include in the string below: /webservices/rest/test_01/testlogin t...
Daniel_Wolf
MVP
Dec 14, 2022Hi F5User888
all the ACCESS commands are related to the APM module of BIG-IP. See clouddocs.f5.com >> iRules >> ACCESS.
You could use a much simpler iRule
when HTTP_REQUEST {
if { [HTTP::path] eq "/my/wonderful/api" } {
pool api_pool
} else {
reject
}
}
If the request URI matches your API forward the request to the pool. Else send a RESET to the client.
KR
Daniel
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
