Thiyagu
Oct 20, 2023Cirrus
Irule 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 the server side connection LTM needs to add the Subject CN value?
Could you please help?
Does the below iRule will work?
when HTTP_REQUEST_RELEASE {
HTTP::header insert X-Common-Name "1234"
}
Regards,
Thiyagu