404 GET
/robots.txt
70ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 104.210.140.141 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| ACCEPT-ENCODING | gzip, deflate, br |
| ACCEPT | text/plain |
| CACHE-CONTROL | no-cache |
| USER-AGENT | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.0; +https://openai.com/searchbot |
| X-REQUEST-ID | f9b183d4-50d6-404b-856d-bec38221c86b |
| X-ENVOY-EXPECTED-RQ-TIMEOUT-MS | 15000 |
| 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')