My spinnerchief api suddenly failed to connect. Is there anything that changed on the api?
I use the following code to connect:
Dim wb As New WebClient
longtext = wb.UploadString("http://api.spinnerchief.com:9001/apikey=[API Key]&username=[User Name]&password=[Password]", "POST", txt)