I have an embedded webkit in my app. In my HTML that I display in the webview I have an image that refers to an image a Backpack web page. In Safari when you type in the URL for this image it gets redirected to another image that is stored on the Amazon web service. However, in my webview the image doesn't get redirected and hence doesn't get displayed. Here's what I get back in the response header fields:

    "Cache-Control" = "no-cache";
    Connection = "Keep-Alive";
    "Content-Length" = 1712;
    "Content-Type" = "text/html; charset=utf-8";
    Date = "Sun, 13 Jul 2008 16:35:08 GMT";
    "Keep-Alive" = "timeout=5, max=63";
    Server = "Mongrel 1.1.5";
    Status = "404 Not Found";

You can see that I get back a not found error and the content I get back is basically an error page saying I entered the wrong URL.

I'm guessing I'm missing something but I don't know what that is. Maybe Authentication? When I enter the URL in Safari it works without any Authentication. Maybe some cookies are missing?

Can anybody give me some ideas and/or point me to some docs that might help.

Thanks,

Rod Schmidt
infiniteNIL Software
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to