[Solved] Goutte won’t load an ASP SSL page

I discovered that my browser and wget both add a non-empty user agent field in the header, so I am assuming Goutte sets nothing here. Adding this header to the browser object prior to the fetch fixes the problem: // Load a crawler/browser system require_once ‘vendor/goutte/goutte.phar’; // Here’s a demo of a page we want … Read more