On Wed, 13 Oct 2010, [email protected] wrote:
So, I'm thinking that if wget is compatible with the cookies file that we get from cURL, we can use cURL for the authentication, followed by wget to retrieve the page + resources.Does anyone know if this'll work?
Sure, curl outputs the cookies in the "netscape format" which is the old style way to share cookies between programs and I believe wget can parse cookies using that format.
-- / daniel.haxx.se
