ajout de http cats (avec adaptation selinux en parallèle)

This commit is contained in:
2026-01-13 11:16:49 +01:00
parent 448e490952
commit dff7bd3064
9 changed files with 180 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 400 Bad request
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/400.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 401 Unauthorized
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/401.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 403 Forbidden
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/403.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.1 404 Not Found
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/404.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 408 Request Time-out
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/408.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 500 Server Error
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/500.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 502 Bad Gateway
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/502.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 503 Service Unavailable
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/503.jpg">
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
HTTP/1.0 504 Gateway Time-out
Cache-Control: no-cache
Connection: close
Content-Type: text/html
<html>
<body>
<style>
html {
background-color: black;
}
img {
display: block;
margin: 0px auto;
}
</style>
<img src="https://http.cat/504.jpg">
</body>
</html>