RichardG867 пре 10 година
родитељ
комит
278195202a
1 измењених фајлова са 8 додато и 2 уклоњено
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -6,8 +6,14 @@ WaybackProxy is a HTTP proxy that sends all requests through the [Internet Archi
 
 ## Setup
 
-1. Edit `settings.py`
+1. Edit `settings.py` to your liking
 2. Start `waybackproxy.py`
 3. Set your antique browser to use a HTTP proxy at the IP and port WaybackProxy is listening on
-4. Try it out. You can edit most settings that are in `settings.py` by going to http://web.archive.org while on the proxy!
+4. Try it out! You can edit most settings that are in `settings.py` by browsing to http://web.archive.org while on the proxy, although you must edit `settings.py` to make them permanent.
 5. Press Ctrl+C to stop
+
+## Limitations
+
+* The Wayback Machine itself. For one, sometimes archived pages lack random images for no reason at all.
+* 302 redirects are handled using a meta refresh hack, as Wayback sends them as regular pages.
+* WaybackProxy is not an all-around proxy. The POST and CONNECT methods are not implemented.