Forum Discussion
Scott_82463
May 26, 2011Nimbostratus
HTTPS Request?
I'm trying to configure an iRule on a dev F5 device that uses HTTP_REQUEST, but the virtual machine where the F5 is installed doesn't accept HTTP traffic, only HTTPS requests. Are there iRules that d...
Scott_82463
May 31, 2011Nimbostratus
Sorry for the delay, here's the iRule I'm using:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/mytest" } {
log local0. "Hello World"
HTTP::respond 200 content "Hello World" "Content-Type" "text/xml"
}
}
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