Hi everyone. I'm accessing to a Django application through a ssh tunnel 
with putty as client. I run the server with ./manage.py run server 
127.0.0.1:8000 and it starts right but launching an infinite and annoying 
message:

Not found: /http:/127.0.0.1:8000/status
[12/Jul/2018 10:02:59] "GET 
http://127.0.0.1:8000/status?plain&encode=b64&set_os_username=RE1Dxxxxx&osid=1 
HTTP/1.1" 404 1768
...
...

Could anyone tell me if it's a bug of Django, a missconfiguration or what?

Running the server without ssh tunneling is OK. I had to add 
localhost.localdomain and 127.0.0.1 to allowed hosts in settings.py.

Django version 2.0.6.

Thank you in advance. 
Dikus

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/10c768a5-25ea-4a9a-81a9-dc5226dcb0e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to