Forum Discussion
samit
Apr 20, 2024Nimbostratus
Advise on setting up IRULE
getting error " HTTP_ Request event in rule requires an associated HTTP or FASTHTTP profile on virtual server My requirement When client request for URL https://netforum.rotaryintl.org/xwebev...
Teerarat
Apr 22, 2024Cirrus
Hi Samit,
When you would like to check about HTTP header you have to add HTTP Profile, Client SSL on virtual server
Example IRULE
when HTTP_REQUEST {
if { [HTTP::uri] contains "/xwebevents*" }{
pool NF_PRD_XWEBEVENTS_443
} else {
pool Netforumprd_443_Pool
}
}
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