Another crazy day

I've a strange error with a put URL command.
I've read a text file in my website from my iOS app.
Code: Select all
put url("http://www.borzini.it/test.txt") into tFile
but in iOS (iPhone 5s with iOS7.06 or simulator) the tFile is empty and
the result contains "999 Server Error"
Any hints?
Paolo