rsd.shipperscouncil.gov.ng Open in urlscan Pro
52.202.168.65  Public Scan

URL: https://rsd.shipperscouncil.gov.ng/
Submission: On February 28 via manual from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

PAGE NOT FOUND (404)

Request Method: GET Request URL: https://rsd.shipperscouncil.gov.ng/

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

 1.  api/v1/auth/
 2.  api/v1/mt/
 3.  api/v1/me/
 4.  api/v1/report/
 5.  api/v1/
 6.  api/v1/
 7.  api/v1/notify/
 8.  api/v1/
 9.  api-auth/
 10. api/v1/chat/
 11. tinymce/
 12. i18n/
 13. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
 14. ^api_swagger/$ [name='schema-swagger-ui']
 15. ^api_redoc/$ [name='schema-redoc']
 16. en/

The empty path 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.