GET URL problem
Posted: Thu Aug 02, 2012 5:24 pm
get URL "http://www.mydomain.com/directory/anoth ... myText.txt" returns the text from the file I want, beautifully
get URL "http://www.mydomain.com/directory/anotherDirectory/my Text.txt" returns a bad request error,
get URL (urlEncode("http://www.mydomain.com/directory/anotherDirectory/my Text.txt")) returns the urlEncoded string, not the text from the file I want
so, too, with get URL urlEncode("http://www.mydomain.com/directory/anotherDirectory/my Text.txt")
As is often the case with me, there's probably a very simple explanation. I do know that spaces in the path name is part of the problem, but I thought URLencoding it was the solution.
get URL "http://www.mydomain.com/directory/anotherDirectory/my Text.txt" returns a bad request error,
get URL (urlEncode("http://www.mydomain.com/directory/anotherDirectory/my Text.txt")) returns the urlEncoded string, not the text from the file I want
so, too, with get URL urlEncode("http://www.mydomain.com/directory/anotherDirectory/my Text.txt")
As is often the case with me, there's probably a very simple explanation. I do know that spaces in the path name is part of the problem, but I thought URLencoding it was the solution.