I want to get the content generated by a PHP page, but this PHP page is generated (by an external site, not mine) after https authentication.
When I try to get the content with file_get_contents, I receive an error message ("you are not logged in"), but I'm logged in, with another page of the same browser.