Is it possible to pass along a username and password to a website that I want to convert to pdf?
Currently, I am using curl to fetch the website, and the conversion works fine for the html that gets downloaded. However, the images that it references do not, since it tries to fetch them from the secure website. Is there anyway around this?
Cheers,
Edmund
Currently, I am using curl to fetch the website, and the conversion works fine for the html that gets downloaded. However, the images that it references do not, since it tries to fetch them from the secure website. Is there anyway around this?
Cheers,
Edmund