Forum Discussion
gurrish_132043
Sep 17, 2013Nimbostratus
Problem with HTTP::respond, get rid of WWW-Authenticate header
Hi!
Im trying to do this generic error page to display for 4XX and 5XX responses with the help from an iRule. This is what I did.
when HTTP_RESPONSE {
set DEBUG 0
if { $DEBUG } { log local...
gurrish_132043
Sep 18, 2013Nimbostratus
It didn't work with TCP::respond but I found another solution. Since HTTP::respond can add headers, I tried to add the header myself but without any value. And it solved the problem for us.
HTTP::respond [HTTP::status] content "[HTTP::status]
[HTTP::status]
" noserver "WWW-Authenticate" ""
- What_Lies_Bene1Sep 18, 2013CirrostratusGreat. Thanks for letting us know.
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