Forum Discussion
Adam_Burnett_18
Oct 01, 2015Nimbostratus
HTTP::respond over SSL
I have an iRule on an HTTPS virtual server that uses HTTP::respond. When I make a request to this virtual server that hits the iRule I get an SSL error. Do I have to do anything extra to get the resp...
Brad_Parker
Oct 02, 2015Cirrus
Rather than setting a variable with every request why not use a data group containing your allowed verbs with something like this?
when HTTP_REQUEST {
if { not ([class match [HTTP::method] equals allowed_verbs]) } {
HTTP::respond 405 noserver
}
}
- Adam_Burnett_18Oct 03, 2015NimbostratusNo reason other than my being new to the platform. Thanks for the suggestion.
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