Setting additional header for jQuery.ajax
Has there been any motion toward being able to add additional headers
to a jQuery.ajax request? Is this functionality there, and I just
missed it?
I have run into a situation where I'm getting a 411 Length Required
error back from a server, and it seems that explicity setting Content-
Length: 0 would allow the post request to be handled properly.