Skip to content

Instantly share code, notes, and snippets.

@Sidsector9
Created April 3, 2023 15:28
Show Gist options
  • Save Sidsector9/313c2476b55cf4117dafc3c329ee66dc to your computer and use it in GitHub Desktop.
Save Sidsector9/313c2476b55cf4117dafc3c329ee66dc to your computer and use it in GitHub Desktop.

Outer pipes Cell padding No sorting

Case Redirect web addr To same path Source Destination Result
1 http://localhost:8889/ ✖️ http://localhost:8889/ http://localhost:8889/
2 http://localhost:8889/ ✖️ http://localhost:8889/one http://localhost:8889/
3 http://localhost:8889/ ✖️ http://localhost:8889/abcd http://localhost:8889/
4 http://localhost:8889/one ✖️ http://localhost:8889/ http://localhost:8889/one
5 http://localhost:8889/one ✖️ http://localhost:8889/two http://localhost:8889/one
6 http://localhost:8889/one ✖️ http://localhost:8889/abcd http://localhost:8889/one
7 http://localhost:8889/cats/now ✖️ http://localhost:8889/ http://localhost:8889/cats/now
8 http://localhost:8889/cats/now ✖️ http://localhost:8889/one http://localhost:8889/cats/now
9 http://localhost:8889/cats/now ✖️ http://localhost:8889/abcd http://localhost:8889/cats/now
10 / ✖️ http://localhost:8889/ http://localhost:8889/
11 / ✖️ http://localhost:8889/one http://localhost:8889/
12 / ✖️ http://localhost:8889/abcd http://localhost:8889/
13 /one ✖️ http://localhost:8889/ http://localhost:8889/one
14 /one ✖️ http://localhost:8889/two http://localhost:8889/one
15 /one ✖️ http://localhost:8889/abcd http://localhost:8889/one
16 /cats/now ✖️ http://localhost:8889/ http://localhost:8889/cats/now
17 /cats/now ✖️ http://localhost:8889/one http://localhost:8889/cats/now
18 /cats/now ✖️ http://localhost:8889/abcd http://localhost:8889/cats/now
19 /cats/now ✖️ http://localhost:8889/cats/now http://localhost:8889/cats/now
20 http://localhost:8889/ ✔️ http://localhost:8889/ http://localhost:8889/
21 http://localhost:8889/ ✔️ http://localhost:8889/one http://localhost:8889/one
22 http://localhost:8889/ ✔️ http://localhost:8889/abcd http://localhost:8889/
23 http://localhost:8889/one ✔️ http://localhost:8889/ http://localhost:8889/one
24 http://localhost:8889/one ✔️ http://localhost:8889/two http://localhost:8889/one/two
25 http://localhost:8889/one ✔️ http://localhost:8889/abcd http://localhost:8889/one/abcd
26 http://localhost:8889/cats/now ✔️ http://localhost:8889/ http://localhost:8889/cats/now
27 http://localhost:8889/cats/now ✔️ http://localhost:8889/one http://localhost:8889/cats/now/one
28 http://localhost:8889/cats/now ✔️ http://localhost:8889/abcd http://localhost:8889/cats/now/abcd
29 / ✔️ http://localhost:8889/ http://localhost:8889/
30 / ✔️ http://localhost:8889/one http://localhost:8889/one
31 / ✔️ http://localhost:8889/abcd http://localhost:8889/abcd
32 /one ✔️ http://localhost:8889/ http://localhost:8889/one
33 /one ✔️ http://localhost:8889/two http://localhost:8889/one/two
34 /one ✔️ http://localhost:8889/abcd http://localhost:8889/one/abcd
35 /cats/now ✔️ http://localhost:8889/ http://localhost:8889/cats/now
36 /cats/now ✔️ http://localhost:8889/one http://localhost:8889/cats/now/one
37 /cats/now ✔️ http://localhost:8889/abcd http://localhost:8889/cats/now/abcd
38 /cats/now ✔️ http://localhost:8889/cats/now http://localhost:8889/cats/now
39 /cats ✔️ http://localhost:8889/ http://localhost:8889/cats
40 /cats ✔️ http://localhost:8889/now http://localhost:8889/cats/now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment