Recent Posts by Geoff D

May 29, 2008
Avatar Geoff D 5 posts

Topic: Backpack API / API Newby

Well now it’s working… I am using the same exact command that I was using before… ???

Thanks for the Help Core.B

-Geoff

 
May 12, 2008
Avatar Geoff D 5 posts

Topic: Backpack API / API Newby

I am running on SSL, but I have taken my account off SSL and tried it as an http, but same problem. I have also upgraded to the newest curl 7.18.1 and same problem. when I do a -v (verbose) it appears that my ‘Content-Type: application/xml’ is not being accepted. it is being defaulted to ‘Content-Type: application/x-www-form-urlencoded’.

It works from my Mac, so I am thinking now that it is a RedHat Linux config issue.

 
May 11, 2008
Avatar Geoff D 5 posts

Topic: Backpack API / API Newby

It works on my MacBook running leopard. The curl is not working on a Redhat 2.1AS. Running curl ver 7.8, so I am assuming that I need a more updated ver. Anyone have any recommendations. I know 7.16 works on my MacBook. But 7.18 is out now, So i will Install newer ver and let y’all know.

 
May 9, 2008
Avatar Geoff D 5 posts

Topic: Backpack API / API Newby

Here is the Command…

?curl -H ‘Content-Type: application/xml’ -d ‘<request><token>nnnntokennnn</token></request>’ \https://[firstpart].backpackit.com/ws/page/1
?

Here is the response…

?<html><body>You are being redirected.</body></html>?

 
May 5, 2008
Avatar Geoff D 5 posts

Topic: Backpack API / API Newby

I am on a linux system, trying to test out the API with curl,

I am getting a redirect to the login page. I’ve got the token in there, so what am I forgetting? Did something change?