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 ...
1
vote
1answer
16 views

Attaching a file to a comment with Basecamp API

I'm attempting to attach a file to a comment in a message with the Basecamp API. According to the documentation, I first upload the file as so: curl -H 'Accept: application/xml' -H 'Content-Type: ...
0
votes
1answer
90 views

cURL can not login to basecamp

I am trying to login to basecamp using curl and download attached files. But when I curl: curl -F "username=my-user&password=my-pwd" "https://my-domain.basecamphq.com/login" It's not ...