I need to crawl through few pages in a single session, while retaining some data from previous pages, using both GET and POST, i.e.: 1. I try opening page with GET https://idp.domain.com/simplesaml/saml2/idp/SSOService.php?spentityid=https://dev-sso.domain.com/sp 2. Every time it redirects to a page with a *different* secret in URL and gives cookies, again GET - https://idp.domain.com/simplesaml/module.php/core/loginuserpass.php?AuthState=_0822c2fdecc8ab7b9879466a1405bf84e4acd04d74%3Ahttps%3A%2F%2Fidp.domain.com%2Fsimplesaml%2Fsaml2%2Fidp%2FSSOService.php%3Fspentityid%3Dhttps%253A%252F%252Fdev-sso.domain.com%252Fsp%26cookieTime%3D13784896503. That page has username/password which is sent by POST then.
The problems I have when creating testing plan is that step 2. should be retrieved from step 1. as the URL is different every time. Simple follow redirects might work, but then I need to use POST for passwords after using GET in the first two steps, which is not possible? I am not sure if jmeter can do this at all? Any other tool to do such kind of load test? Thanks, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
