Forum Discussion
F5 client problems?
SSL bridging is a process where a device, usually located at the edge of a network, decryptsSSL traffic and then re-encrypts it before sending it on to the Web server. SSL bridging can be useful when the edge device performs deep-packet inspection to verify that the contents of the SSL-encrypted transmission are safe, or if there are security concerns about unencrypted traffic traversing the internal network.
@ F5 website
Hi,
the problem is that it's not about the content of the parameter, but the parameter name itself.
"Dynamic content value" just removes the content check options as far as I can see.
- Ivan_ChernenkiiAug 12, 2020
Employee
Got it. Yes, it looks like I misunderstood you.
What are you trying to achieve?
May be you can simply create parameter <*:Envelope* wildcard parameter and disallow some metacharacters for parameter name?
As I see, the only way how you can do it, is to create explicit parameter with "Dynamic parameter name" type, but this parameter can be defined only with Flow parameter level. So, if you have strictly defined flow (path from URL1 -> to URL2) and this parameter must be actual for it only, then you can use such approach
Thanks, Ivan