Twisted HTTP server authentication

I am following following tutorial for http server authentication http://www.tsheffler.com/blog/?p=502&cpage=1 I can run the server on my localhost but how can I login to server. The user name password of the server are temporarily save in dict in this file. I used curl -d -F and --user method to login to user but no success. Please tell me what is protocol for http authenticaion for this server. Спасибо

1 ответ

Да, я нашел решение. curl -u username: pass http://host.com/example

Другие вопросы по тегам