postmodern / spidr

A versatile Ruby web spidering library that can spider a site, multiple domains, certain links or infinitely. Spidr is designed to be fast and easy to use.
MIT License
805 stars 109 forks source link

how to login via submit a form #38

Closed loyalpartner closed 8 years ago

loyalpartner commented 9 years ago

how to login via submit a form

postmodern commented 9 years ago

Try calling the Agent#post_page method within the Spidr configuration block. This should update your cookies for the domain.