Forum Discussion
subramanyam_885
Nimbostratus
Sep 13, 2012Need SOAP request xml for create VirtualServer operation
Can we Insert HTTP Header using HTTP Profile for a dynamic tranaction id generation.
Example:
The following code i am using in my irule to generate a random number for my transaction ID.
set ::transactionID [expr { int(10000000 * rand()) }]
incr ::transactionID
HTTP::header insert TRANSACTID $::transactionID
Can we achieve the same using http profile Header Insert Option?
Your help is greatly appreciated