Forum Discussion
vyrs_278584
Nimbostratus
Jul 12, 2016Display specific headers
I'm passing PKI certificate information inside headers and have a VIP that displays a user's headers for troubleshooting access problems. I updated my iRule to insert the entire certificate into a he...
samstep
Cirrocumulus
Jul 16, 2016you don't need matchclass as it is for datagroup matching.
This is a bit of a basic programming errror. All you need to do is just skip the loop iteration you don't want using continue operator:
foreach header [HTTP::header names] {
if {$header eq "BASE64"} {continue}
set HEADER_RESPONSE "$HEADER_RESPONSE > $header = [HTTP::header $header]
"
}
Hope this helps,
Sam
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
