Cannot connect with curl through API
|
|
Hi, In reply to : curl -u MyToken:X https://my-sub-domain.highrisehq.com/people/1 I’ve got a series of : where: I’m using Ubuntu. When using a Firefox browser, I can access most previous pages content (when using .xml, pages are in XML format and without .xml, pages are in HTML format). Though, I think I carefully followed those instructions : http://developer.37signals.com/highrise/index.shtml My questions are : Regards |
|
|
I know with the backpack api you can append the token to the url using a query string like so http://my-sub-domain.highrisehq.com/people/1.xml?token={your token here} maybe give that a try |
