Live data from Hacker News

JQuery 1.5 Released

code.jquery.com

31–33 of 33 posts

Re: JQuery 1.5 Released

#31
post #29

Earlier quoted context omitted.

This is incorrect, Google's CDN is cookie-less too. $ curl -I https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js HTTP/1.1 200 OK Content-Type: text/javascript; charset=UTF-8 Last-Modified: Mon, 15 Nov 2010 20:40:52 GMT Date: Mon, 31 Jan 2011 20:03:57 GMT Expires: Tue, 31 Jan 2012 20:03:57 GMT Vary: Accept-Encoding X-Content-Type-Options: nosniff Server: sffe Cache-Control: public, max-age=31536000 Age:…

You misunderstood me. You can access the Microsoft CDN from two domains: microsoft.com and aspnetcdn.com. The former has cookies, the latter does not. From http://www.asp.net/ajaxlibrary/cdn.ashx#ajaxmicrosoftcom_ren... : The CDN used to use the microsoft.com domain name and has been changed to use the aspnetcdn.com domain name. This change was made to increase performance because when a browser referenced the micros…

Ah, ok. Thanks for clarifying.

Re: JQuery 1.5 Released

#33

The real question now is: When will Google APIs have this hosted on their CDN for developers to use?

If you don't mind another CDN, Microsoft seems to be hosting it: http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.min.js (that domain is cookie-less too)

I don't know why, but I just feel icky using a Microsoft, specifically an ASP.net, CDN for my Rails app.
Post reply on HN