Tagged Questions
2
votes
2answers
2k views
jQuery AJAX post not working, but works with curl
I'm trying to make a post request via ajax using jQuery (for the BaseCamp API), and I can't seem to get it to work. I can get it to work using curl just fine, so I know it's something I'm doing wrong ...