How to scrape a website that uses session login using php How to scrape a website that uses session login using php curl curl

How to scrape a website that uses session login using php


You should accept the session cookie, store it, and resend it on the next request.

Keeping session alive with Curl and PHP