aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpc_SUITE_data/redirect.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/httpc_SUITE_data/redirect.html')
-rw-r--r--lib/inets/test/httpc_SUITE_data/redirect.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/inets/test/httpc_SUITE_data/redirect.html b/lib/inets/test/httpc_SUITE_data/redirect.html
new file mode 100644
index 0000000000..7034461ed6
--- /dev/null
+++ b/lib/inets/test/httpc_SUITE_data/redirect.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html> <head>
+<meta http-eqviv="Refresh", content="10;URL=http://localhost:8888/dummy.html">
+<title>Redirect</title>
+
+</head>
+
+<body>
+<p> You will be redirected</p>
+</body> </html>