25 June 2008
At Tickex we have an API that is accessed via HTTP Basic Authentication.
Here are a few links for developers to read a little bit more about this.
c# dotnet
java
ruby - it's just one line using open_uri - open("http://www.example.com", :auth_info => [user, pwd]) do |f|
PHP
Ruby is awesome for this kind of stuff - a bit high in CPU usage, but your done in a few minutes.

Trackback URL