Sarah MeiSarah Mei
Standup 3/16/2010
edit Posted by Sarah Mei on Tuesday March 16, 2010 at 09:14AM

Help

Interesting

  • The on302 callback is a myth! One team discovered that if you set a 302 (redirect) callback for an AJAX call, like in Prototype, the redirect is followed by the browser and the callback is never called. Suggestions: hack the library so that if the response URL doesn't equal the request URL, call the on302. Or do that in your application Javascript.