Forum Discussion
Genna_Reingold
Jun 01, 2021Nimbostratus
How to use literals starting with "$" in iRule
Hi, I need to pass client certificate to WebSphere so the application can perform SSL based authentication. I following this article https://support.f5.com/csp/article/K95338243 However in WebSphe...
Daniel_Wolf
Jun 01, 2021MVP
Hi Genna,
you can escape the '$' character with a '\'. This should work:
when HTTP_REQUEST {
HTTP::header insert "\$WSSC" [b64encode [SSL::cert 0]]
}
KR
Daniel
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