Forum Discussion
Thiyagu
Cirrus
2 years agoIrule to insert subject CN in HTTP Header to the backend servers
Hello All, I'm working to create an iRule to insert subject CN value in the server side connections to the backend servers. The client side connection will not have any Subject CN value and for t...
Juergen_Mang
MVP
2 years agoRemove the header, before adding it is safer.
when HTTP_REQUEST priority 500 {
HTTP::header remove X-Common-Name
HTTP::header insert X-Common-Name "1234"
}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