Forum Discussion
Tony_Ngo
Nimbostratus
Nov 08, 2005Replacing 403 response with 401 (newbie to irules)
I am new to irules and I am trying to do the following:
If the client certificate is invalid, the BigIP should respond with a 403 back to the client instead of a 401.
Here is what I have.
when HTTP_RESPONSE {
if { [HTTP::status] eq "401" } {
set find "401"
set replace "403"
}
}
- unRuleY_95363Historic F5 AccountSearch for HTTP::respond
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