200 GET
/
291ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 149.50.96.188 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| USER-AGENT | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 |
| ACCEPT | text/html, application/xhtml+xml, application/xml; q=0.9, image/avif, image/webp, image/apng, */*; q=0.8 |
| ACCEPT-LANGUAGE | en-US, en; q=0.9 |
| CACHE-CONTROL | no-cache |
| ACCEPT-ENCODING | gzip, deflate, br |
| 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='/')