Forum Discussion

praque_135655's avatar
praque_135655
Icon for Nimbostratus rankNimbostratus
Nov 10, 2013

How to post the value to the url

Hi All,

 

I want the post the value(samltoken) to the below url

 

'http://usclspcim021.airservices.eds.com/affwebservices/public/saml2assertionconsumer.

 

I have the below sample code. Please advice how to post the value to the following url.

 

Code :

 

if { $samltoken != ""} { log local0. "samltoken: $samltoken" pool Rachel_Test_021 HTTP::uri "/affwebservices/public/saml2assertionconsumer" }

 

Regards, Praque