200 GET
/
430ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 91.196.152.148 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| USER-AGENT | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0 |
| ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| ACCEPT-LANGUAGE | en-US,en;q=0.5 |
| 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='/')