mosb3rgler Posted June 9, 2019 Share Posted June 9, 2019 Evening folks, I'm interested in dumping the Request Cookies from this url: https://plus.espn.com/en/sdk-data/#id=btm_activity_jwpcbyve but i have been reading, and the only approach i found didn't work correctly. Was hoping some of you could share a few of your approaches to getting the cookies to the URL. again specifically from the request headers because they contain the value I'm looking for. Quote Link to comment Share on other sites More sharing options...
requinix Posted June 9, 2019 Share Posted June 9, 2019 The cookies come from response headers, so use some mechanism to get the response headers (eg, cURL) and extract the cookies from the Set-Cookie headers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.