How can I scrape website content in PHP from a website that requires a cookie login?
My problem is that it doesn’t just require a basic cookie, but rather asks for a session cookie, and for randomly generated IDs. I think this means I need to use a web browser emulator with a cookie jar?