I get error when loading images from a urlPath that comes from S3 Amazon, is this a problem with three20?
I get the urlPath by the way from a web service..
the web service has a script that checks something from me then returns the image of my request if i'm a valid user.. (something to do for security)
when I manually load the image url path i receive from my web service in a web browser, it loads normally, but why wont it load in the TTImageView?
Is your bucket new? New EU buckets (not sure about US) redirect urls to
S3-external-3.amazonaws.comuntil the dns settings are properly setup.Perhaps
TTImageViewis not following the redirect.