Hello,
Im looking for solution to monitor web services that send back ticket id after log on.
Here`s the steps i need:
1. http://site.com/webapi, ststus code 200, require - login
2. Send login/password status code 200,
webservice send me back my ticked ID
3. Now I need to generate next link with that ticketID, it should look something like this:
http://site.com/webapi?ticketID={myTICKET},getmyorders etc.
My question is how to capture that ticketID and put in to my link automatically?
Im looking for solution to monitor web services that send back ticket id after log on.
Here`s the steps i need:
1. http://site.com/webapi, ststus code 200, require - login
2. Send login/password status code 200,
webservice send me back my ticked ID
3. Now I need to generate next link with that ticketID, it should look something like this:
http://site.com/webapi?ticketID={myTICKET},getmyorders etc.
My question is how to capture that ticketID and put in to my link automatically?
Comment