404 GET
/_profiler/open
15909ms
overall
0ms
on queries
0
queries
{
"file": "config/packages/swiftmailer.yaml"
}
| X-FORWARDED-FOR | 170.64.225.6 |
| 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/122.0.0.0 Safari/537.36 |
| ACCEPT-ENCODING | gzip, deflate |
| ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8 |
| ACCEPT-LANGUAGE | en-US,en;q=0.5 |
| 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/_profiler/open?file=config%2Fpackages%2Fswiftmailer.yaml
from django.test import Client
c = Client()
response = c.get(path='/_profiler/open',
data={'file': 'config/packages/swiftmailer.yaml'})