{% extends "base.html" %} {% block content %}
AutoLogin is a utility that makes it easier for web spiders to access content behind logins. Provide it with a URL (normally the homepage), and a set of valid login credentials and it will search the page for login forms and attempt to login for you. Cookies are returned to be used by your spider.
AutoLogin can be used as a library, on the command line, or as a service.
{{ login_cookies }}
{{ login_links }}
HTTP Method | URI | Type | Fields | Action |
---|---|---|---|---|
POST | http://[hostname]/login-cookies/ | json | url, username, password | Retrieve authorized login cookies for URL |