Hi,
I have a following situation. After a https-request I get this html-code:
<form id="shibboleth"
action="https://www.identity-provider.de/Shibboleth.sso/SAML/POST"
method="post">
<div>
<input type="hidden" name="TARGET" value="cookie" />
<input type="hidden" name="SAMLResponse" value="PFJlc3BvbnNlIHhtbG5zP.....
.....
<input type="submit" value="Continue" />
Since jmeter doesn't support java script I have to create a new request
where I send the variables (TARGET, SAMLResponse) with their values. How
can I filter out the value of the variable "SAMLResponse" in order to use
it for creating a new request?
Hope someone can help me.
best regards,
Thang
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]