File tree Expand file tree Collapse file tree 6 files changed +123
-0
lines changed Expand file tree Collapse file tree 6 files changed +123
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta
6
+ http-equiv ="refresh "
7
+ content ="0; url=https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_double_count "
8
+ />
9
+ < script type ="text/javascript ">
10
+ window . location . href =
11
+ "https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_double_count" ;
12
+ </ script >
13
+ < title > Page Redirection</ title >
14
+ </ head >
15
+ < body >
16
+ If you are not redirected automatically, follow
17
+ < a
18
+ href ="https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_double_count "
19
+ >
20
+ this link
21
+ </ a >
22
+ to the Express Rate Limit wiki page.
23
+ </ body >
24
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta
6
+ http-equiv ="refresh "
7
+ content ="0; url=https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_invalid_ip_address "
8
+ />
9
+ < script type ="text/javascript ">
10
+ window . location . href =
11
+ "https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_invalid_ip_address" ;
12
+ </ script >
13
+ < title > Page Redirection</ title >
14
+ </ head >
15
+ < body >
16
+ If you are not redirected automatically, follow
17
+ < a
18
+ href ="https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_invalid_ip_address "
19
+ >
20
+ this link
21
+ </ a >
22
+ to the Express Rate Limit wiki page.
23
+ </ body >
24
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta
6
+ http-equiv ="refresh "
7
+ content ="0; url=https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_permissive_trust_proxy "
8
+ />
9
+ < script type ="text/javascript ">
10
+ window . location . href =
11
+ "https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_permissive_trust_proxy" ;
12
+ </ script >
13
+ < title > Page Redirection</ title >
14
+ </ head >
15
+ < body >
16
+ If you are not redirected automatically, follow
17
+ < a
18
+ href ="https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_permissive_trust_proxy "
19
+ >
20
+ this link
21
+ </ a >
22
+ to the Express Rate Limit wiki page.
23
+ </ body >
24
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta
6
+ http-equiv ="refresh "
7
+ content ="0; url=https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_undefined_ip_address "
8
+ />
9
+ < script type ="text/javascript ">
10
+ window . location . href =
11
+ "https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_undefined_ip_address" ;
12
+ </ script >
13
+ < title > Page Redirection</ title >
14
+ </ head >
15
+ < body >
16
+ If you are not redirected automatically, follow
17
+ < a
18
+ href ="https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_undefined_ip_address "
19
+ >
20
+ this link
21
+ </ a >
22
+ to the Express Rate Limit wiki page.
23
+ </ body >
24
+ </ html >
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en-US ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta
6
+ http-equiv ="refresh "
7
+ content ="0; url=https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_unexpected_x_forwarded_for "
8
+ />
9
+ < script type ="text/javascript ">
10
+ window . location . href =
11
+ "https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_unexpected_x_forwarded_for" ;
12
+ </ script >
13
+ < title > Page Redirection</ title >
14
+ </ head >
15
+ < body >
16
+ If you are not redirected automatically, follow
17
+ < a
18
+ href ="https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes#err_erl_unexpected_x_forwarded_for "
19
+ >
20
+ this link
21
+ </ a >
22
+ to the Express Rate Limit wiki page.
23
+ </ body >
24
+ </ html >
Original file line number Diff line number Diff line change
1
+ # Express Rate Limit Errors
2
+
3
+ This repository contains HTML pages that redirect you to the respective error on the wiki page.
You can’t perform that action at this time.
0 commit comments