Forum Discussion
Awesome
16 years agoFrequent Contributor
So I figured out that if I copy the session id from the 'Set-Cookie' in the header of my login request
and pass that into the 'Header' of my second request, my second request works and effectively "clicks a submit button" on the page based on the post request parameters.
FYI:
For those interested: the 'Headers' tab on the lower left of the http request, i created a Header: 'COOKIE' with a Value: [session id from my first request]
1) so i now i need to figure out how to "grab" the session header value in the first request and place that in the header of my second request.
2) but i'd still like to know if we can store the session cookie and if it can be made available to other http requests.
and pass that into the 'Header' of my second request, my second request works and effectively "clicks a submit button" on the page based on the post request parameters.
FYI:
For those interested: the 'Headers' tab on the lower left of the http request, i created a Header: 'COOKIE' with a Value: [session id from my first request]
1) so i now i need to figure out how to "grab" the session header value in the first request and place that in the header of my second request.
2) but i'd still like to know if we can store the session cookie and if it can be made available to other http requests.