Browse Source

Update known issues

RichardG867 5 years ago
parent
commit
ea0ad3b5d9
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -16,5 +16,11 @@ WaybackProxy is a HTTP proxy that sends all requests through the [Internet Archi
 
 ## Known issues and limitations
 
-* The Wayback Machine itself is not 100% reliable, especially when it comes to images on archived pages.
+* The Wayback Machine itself is not 100% reliable. Known issues include:
+  * Pages newer than the specified date (setting a specific YYYYMMDD date instead of a wider YYYYMM or YYYY helps with that);
+  * Random broken images;
+  * Strange 404 errors caused by bad server responses or incorrect URL capitalization at archival time;
+  * Infinite redirect loops;
+  * Server errors when it's having a bad day.
+* WaybackProxy will work around some redirection scripts (example: `http://example.com/redirect?to=http://...`) which are not archived by the Wayback Machine, but the destination URLs might not be archived as well.
 * WaybackProxy is not a generic proxy. The POST and CONNECT methods are not implemented.