Forum Discussion
Giuseppe_Casabl
Dec 12, 2008Nimbostratus
how to remove Authorization http header
Hi
I'm testing the IRule functionality. I do radius authentication of the virtual server and then the request is passing to a pool. Now I got a Error 500 because the Authorization header is set...
Juerg_Wiesmann
Dec 16, 2008Nimbostratus
So using this iRule will remove the Authroization Header to the Backend System.
But, after Authenticating on the Backend it should not be removed......
So we need something else to take care on. So this is not really the whole solution...
when HTTP_REQUEST priority 501 {
Remove the Authorization header after the system authorization iRule runs (at priority 500)
if {[HTTP::header exists Authorization]} {
[serverside {HTTP::header remove Authorization}]}
}
Regards
Jürg
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