Forum Discussion
Adam_Burnett_18
Nimbostratus
Oct 01, 2015HTTP::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
Cirrus
Oct 02, 2015Rather 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, 2015
Nimbostratus
No reason other than my being new to the platform. Thanks for the suggestion.
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