Relative Content

Tag Archive for pythondjangodjango-rest-frameworkhttp-status-code-404

Python Django Web App Returning 404 Error for the GET request

I have created a basic web app using Python Django. Currently only one API is implemented i.e. User/GetUserName.aspx which return as simple “Hello” message. The web service is running on Django’s inbuilt dev server. The API get hit successfully from web browser with URL 127.0.0.1:8001/User/GetUserName.aspx or 192.168.10.120:8001/User/GetUserName.aspx and from PostMan as well.