200 GET
/
311ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 199.45.154.131 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| USER-AGENT | Mozilla/5.0 (compatible; CensysInspect/1.1; +https://about.censys.io/) |
| ACCEPT | */* |
| ACCEPT-ENCODING | gzip |
| 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='/')