200 GET
/api/blogs/categories/
4930ms
overall
1ms
on queries
1
queries
| X-FORWARDED-FOR | 202.8.40.188 |
| X-FORWARDED-PROTO | https |
| HOST | x01-backend.mobischool.mw |
| CONNECTION | close |
| USER-AGENT | Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/) |
| ACCEPT | application/json, text/plain, */* |
| ORIGIN | https://mobischool.mw |
| SEC-FETCH-SITE | same-site |
| SEC-FETCH-MODE | cors |
| SEC-FETCH-DEST | empty |
| REFERER | https://mobischool.mw/ |
| ACCEPT-ENCODING | gzip, deflate, br, zstd |
| CONTENT-TYPE | application/json |
| VARY | Accept |
| ALLOW | GET, HEAD, OPTIONS |
b'[]'
[]
curl -X GET https://x01-backend.mobischool.mw/api/blogs/categories/
from django.test import Client
c = Client()
response = c.get(path='/api/blogs/categories/')