200 GET
/
348ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 74.7.241.45 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| X-OPENAI-HOST-HASH | 765949603 |
| ACCEPT | */* |
| FROM | gptbot(at)openai.com |
| USER-AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot) |
| ACCEPT-ENCODING | gzip, br, deflate |
| CONTENT-TYPE | text/html; charset=utf-8 |
curl -X GET https://x01-backend.mobischool.mw/
from django.test import Client
c = Client()
response = c.get(path='/')