Forum Moderators: open

Message Too Old, No Replies

Error 304 in JSON feed

         

kadnan

9:32 am on Mar 16, 2008 (gmt 0)

10+ Year Member



Hi,

I am using Google,s GData API to get JSON feed of a single video. Following is my link code:

[pastebin.ca...]

Weired thing is that other URLs are working fine from same server and returning proper JSON feed.

kadnan

9:53 am on Mar 16, 2008 (gmt 0)

10+ Year Member



Just found out that Video Related Feed is not handling Cache Issue hence returns 304 while other feeds like Listing of all videos and Comments etc are returning Cache expires info. I found out by using Fiddler tool

1)Comment feed with cache Handling
------------------------------------------------------------
[kadnan.googlepages.com...]

2)Single Video Feed without Cache Handling
-----------------------------------------------------------------
[kadnan.googlepages.com...]

Is this a bug ? due to this cache issue I am not able to return Feed and data.feed always returns NULL to me.

Thanks