i have a problem with the HttpUtils Service
i am trying to download a string and everything is ok, the problem is after i update the textfile on my server the app downloads the old text. if i enter the address to the textfile in my browser i am getting the new text.
if i use ftp download in my app i am also getting the new string.
but with httputils i am getting the old text and only after a while or app restarts i am getting the new text.
what could be the reason for that? why i am not getting the new text immidiatly after uploading the file?
could it be that i need to clear the "TempFolder = File.DirInternalCache" ?? and if yes how?
i am trying to download a string and everything is ok, the problem is after i update the textfile on my server the app downloads the old text. if i enter the address to the textfile in my browser i am getting the new text.
if i use ftp download in my app i am also getting the new string.
but with httputils i am getting the old text and only after a while or app restarts i am getting the new text.
what could be the reason for that? why i am not getting the new text immidiatly after uploading the file?
could it be that i need to clear the "TempFolder = File.DirInternalCache" ?? and if yes how?