404 GET
/@vite/env
41ms
overall
0ms
on queries
0
queries
| X-FORWARDED-FOR | 64.225.75.246 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| USER-AGENT | Mozilla/5.0 (l9scan/2.0.839313e2531313e25373e21343; +https://leakix.net) |
| ACCEPT-ENCODING | gzip |
| 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/@vite/env
from django.test import Client
c = Client()
response = c.get(path='/@vite/env')