I found on Assembla's webhook tool possibility to integrate with twitter. To do this assembla uses such url:
http://username:[email protected]/statuses/update.xml
How twitter handles that kind of URL? Is this some standard? Does it require some special logic to perform login when someone POST data for URL with username:password? How can it be done in some web frameworks like RoR or Django?
Is this type of passing authentication data secure? (looks like not but maybe I'm missing something)