Posts that Geoff D is monitoring
|
May 13, 2008
|
Topic: API Newby That is strange. Are you absolutely sure you’re using the exact same call to curl on the mac and the rh machine? That is the only thing I can think of. I’ve been running my tests from Fedora, so I have my doubts that it is configuration issues on RH’s part. Try taking the working command on the Mac, copy it to a file. Easiest way on the command line is to wrap the command like so Take that file over to your rh machine, cd to the directory it’s in, and run What happens? Also, the page will redirect if the API key is incorrect. |
|
May 12, 2008
|
Topic: API Newby Take the s out of https in your URL. Is your account set to use SSL? I just tried changing my working URL of http://somethin.backpackit.com/ws/page/1 to https://somethin.backpackit.com/ws/page/1 and I got a redirect. |
|
May 7, 2008
|
Topic: API Newby I just checked it, it works for me. Did you do the xml for the request correctly? Did you use the correct address? Remember that the URL for the page may be http://somethin.backpackit.com/pages/1 but it is http://somethin.backpackit.com/ws/page/1 to download it using the api. It’s hard to help when we don’t know how you did the command. Repost exactly how you called curl, but take out the token and the first part of the URL to your backpack site. |
