Empty Post with JQuery Ajax Post
Posted
by chandru
on Stack Overflow
See other posts from Stack Overflow
or by chandru
Published on 2009-11-13T12:36:27Z
Indexed on
2010/06/09
13:02 UTC
Read the original article
Hit count: 183
Hi, I am getting a some unusual problem with JQuery ajax. I am using IIS to host my web application and I have http handler for which I have enabled only POST verb on it. Using JQuery ajax, I am posting data to this http handler, this is working fine in our development and testing environment and also most of the time on production environment as well. But sometimes we are getting empty post data on to the server. When we look into the csBytes on IISLog we found that it was very less compare to other success post requests. We are using JSON.js to convert the javascript object back to raw json string and latest jquery.1-3.js for posting to server. Anbody know why this is happening?
© Stack Overflow or respective owner