Sorry, I made have been confusing... in my example I made a typo which could distract from the actual issue.
The callback is being named correctly in the response, but the data inside of it is what is concerning: <esi:include src="/search.json?q=jazzychad&rpp=20&since_id=1180576890"/> -Chad On Thu, Feb 5, 2009 at 2:59 PM, dougw <[email protected]> wrote: > > Chad, > Not seeing it but I'm not making callback requests ... just > straight .json requests. > > @dougw > > On Feb 5, 2:49 pm, Chad Etzel <[email protected]> wrote: >> I have been making my usual search.json requests w/ my apps today, and >> all the sudden I am seeing these types of responses: >> >> Request >> URL:http://search.twitter.com/search.json?callback=search_func2&q=jazzych... >> >> Response: >> callback_func(<esi:include >> src="/search.json?q=jazzychad&rpp=20&since_id=1180576890"/>); >> >> Anyone else seeing this? >> >> Here are the headers... apologies for FireBug semi-mangling the output. >> >> Response Headers >> Date >> >> Thu, 05 Feb 2009 19:19:27 GMT >> >> Server >> >> hi >> >> Status >> >> 200 OK >> >> Etag >> >> "b297b89210de5dd868c6dcd14d2df418"-gzip >> >> Cache-Control >> >> max-age=20, must-revalidate, max-age=300 >> >> Content-Type >> >> application/json; charset=utf-8 >> >> X-Served-By >> >> searchweb005.twitter.com >> >> Expires >> >> Thu, 05 Feb 2009 19:24:27 GMT >> >> Content-Encoding >> >> gzip >> >> Content-Length >> >> 109 >> >> Vary >> >> Accept-Encoding >> >> X-Varnish >> >> 1220807190 >> >> Age >> >> 0 >> >> Via >> >> 1.1 varnish >> >> X-Cache-Svr >> >> searchweb005.twitter.com >> >> X-Cache >> >> MISS >> >> Connection >> >> close >> >> Request Headers >> Host >> >> search.twitter.com >> >> User-Agent >> >> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080207 >> Ubuntu/7.10 (gutsy) Firefox/2.0.0 >> .12 >> >> Accept >> >> */* >> >> Accept-Language >> >> en-us,en;q=0.5 >> >> Accept-Encoding >> >> gzip,deflate >> >> Accept-Charset >> >> ISO-8859-1,utf-8;q=0.7,*;q=0.7 >> >> Keep-Alive >> >> 300 >> >> Connection >> >> keep-alive >> >> Referer >> >> http://tweetgrid.com/grid?l=2
