9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00
Files
cloudflare-error-page/examples/working.json
2025-11-20 08:26:40 +08:00

23 lines
618 B
JSON

{
"title": "Web server is working",
"error_code": 200,
"more_information": {
"hidden": true
},
"browser_status": {
"status": "ok",
"status_text": "Seems Working"
},
"cloudflare_status": {
"status": "ok",
"status_text": "Often Working"
},
"host_status": {
"status": "ok",
"location": "example.com",
"status_text": "Almost Working"
},
"error_source": "host",
"what_happened": "<p>This site is still working. And it looks great.</p>",
"what_can_i_do": "<p>Visit the site before it crashes someday.</p>"
}