TeamHG-Memex / autologin

A project to attempt to automatically login to a website given a single seed
Apache License 2.0
123 stars 44 forks source link

Add proxy support #21

Closed lopuhin closed 8 years ago

lopuhin commented 8 years ago

Also reorganize tests a bit to make them shorter and use different MockServer instances.

The code is ready, but I'll need to debug tests on travis

lopuhin commented 8 years ago

Tests pass now, using a proxy.py proxy on travis to simplify setup. @kmike can you review this one too? :)

lopuhin commented 8 years ago

One thing I'm not sure about is how to better expose it in the autologin-middleware. We can either pass HTTP_PROXY and HTTPS_PROXY directly, as we do with SPLASH_URL now, or prefix them with AUTOLOGIN_.