povodogprod.dev.zetest.site Open in urlscan Pro
82.148.26.51  Public Scan

URL: https://povodogprod.dev.zetest.site/login.php
Submission Tags: krdtest
Submission: On January 02 via api from JP — Scanned from JP

Form analysis 0 forms found in the DOM

Text Content

PAGE NOT FOUND (404)

Request Method: GET Request URL: https://povodogprod.dev.zetest.site/login.php

Using the URLconf defined in povodog.urls, Django tried these URL patterns, in
this order:

 1.  admin/
 2.  [name='index-page']
 3.  users/deletion [name='deletion-page']
 4.  ^swagger(?P<format>.json|.yaml)$ [name='schema-json']
 5.  ^swagger/$ [name='schema-swagger-ui']
 6.  ^redoc/$ [name='schema-redoc']
 7.  ^redoc-old/$ [name='schema-redoc-old']
 8.  ^cached/swagger(?P<format>.json|.yaml)$ [name='cschema-json']
 9.  ^cached/swagger/$ [name='cschema-swagger-ui']
 10. ^cached/redoc/$ [name='cschema-redoc']
 11. api/v1/users/
 12. api/v1/notifications/
 13. api/v1/email/
 14. api/v1/pushnotifications/
 15. api/v1/pets/
 16. api/v1/walks/
 17. api/v1/walkresponses/
 18. api/v1/mapobjects/
 19. api/v1/reviews/
 20. api/v1/payments/
 21. api/v1/settings/
 22. api/v1/subscriptions/
 23. ^REDIRECT_SOCIAL/
 24. ^media/(?P<path>.*)$

The current path, login.php, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings
file. Change that to False, and Django will display a standard 404 page.