flag of the United Kingdom
URBAN
Mainframe

User Comments

(for: wget & cURL)
1 | Posted by: Aaron (Registered User) | ~ 1 year, 5 months ago |

Excellent. I gotta try this out at playboy.com :-)

2 | Posted by: DarkBlue (Registered User) | ~ 1 year, 5 months ago |

Oh boy, I’m really having some fun with this. I’ll post useful/interesting wgets/cURLs here as I develop them.

Aaron - why are you squinting? ;-)

3 | Posted by: Gabriel Mihalache (Registered User) | ~ 1 year, 5 months ago |

Some sites require authentification which is not based on HTTP’s understanding of the word, as cURL and wget can use out-of-the-box, so what you need to do is login by hand and look at the places cookie (a session id mostly) and have wget send that cookie too.

As long as your session doesn’t expire (20 minute on many sites I built, for example) you can use the same cookie value.

Damn, I wish people would use HTTP security more instead of fiddling with their own stuff. Even form-based HTTP security will do, although I’d love to see more sites used basic HTTP security (when a user/password/ok/cancel pop-up appears)

4 | Posted by: matt (Guest) | ~ 1 year, 5 months ago |

nice post. i’m shutting down my site, unfortunately, but i think my pal at http://www.them.ws might be taking it over. i dumped the sql data to him.

5 | Posted by: DarkBlue (Registered User) | ~ 1 year, 5 months ago |

I’m sorry you feel you have to shut your website down Matt. I’ll especially miss wgets & cURLs.

So long, and thanks for all the fish! :-)

Your Comments
  • Formatting your comments
  • A valid email address is only required if you wish to receive notifications of new comments posted in relation to this page


remember my details:
notify me of new comments:


W3C VALIDATE XHTML
W3C VALIDATE CSS