jQuery encoding values differently than expected for jQuery.ajax data elements
- by Adam Tuttle
I'm using jQuery.ajax() to make a PUT request to a REST web service, but seeing some really strange serialization behavior.
(Before you say it: Yes, I know that not all browsers support PUT -- this is just an example implementation for an api/framework, and ultimately will not be called by a browser, but rather by a server-side library that does…