404 GET
/robots.txt
39ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 216.73.216.14 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| ACCEPT | */* |
| USER-AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| ACCEPT-ENCODING | gzip, br, zstd, deflate |
| CONTENT-TYPE | text/html; charset=utf-8 |
b'\n<!doctype html>\n<html lang="en">\n<head>\n <title>Not Found</title>\n</head>\n<body>\n <h1>Not Found</h1><p>The requested resource was not found on this server.</p>\n</body>\n</html>\n'
curl -X GET https://x01-backend.mobischool.mw/robots.txt
from django.test import Client
c = Client()
response = c.get(path='/robots.txt')