From 0fcc8c5e734d5e3ea769c5ef7be9f2200c3aca06 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Wed, 11 Dec 2019 15:06:42 +0000 Subject: More fixes after removing angular --- help.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'help.html') diff --git a/help.html b/help.html index 78ca8ad..cd41d02 100644 --- a/help.html +++ b/help.html @@ -4,7 +4,7 @@ REDIRECTOR HELP - + @@ -24,6 +24,7 @@
  1. No Processing
  2. URL decode matches
  3. +
  4. Double URL decode matches
  5. URL encode matches
  6. Base64 decode matches
@@ -101,6 +102,7 @@ won't accept this as a new url to redirect to. So, in cases like these you can select the URL Decode matches option and then all matches will be URL decoded (turned from e.g. http%3A%2F%2Fbar%2Ecom to http://bar.com) before being inserted into the target url. +
  • Double URL Decode matches: Same as above except apply the decode function twice, if the url has been encoded twice.
  • URL Encode matches: The opposite of URL Decode matches. Let's say you want to redirect all requests to a domain like http://example.com to some proxy site that took the url to proxy as an url parameter. Then you might do something like the regular expression pattern -- cgit v1.2.3