You may remember me griping in July about Mochikit not handling the
full range of HTTP responses correctly. I griped on the rest-discuss
list about it, and was referred to jQuery.
And I've been pretty impressed with jQuery overall, and I'm writing the
Javascript version of logging in/registering (because the HTML-only
version is tedious). A successful login POSTs to
/profile/{username}/session, and gets redirected (via 303 See Other) to
/profile/{username}.
And guess what? jQuery's .ajax treats a 303 as... an error.
Bah.


