From 909ee7c9aab47d7ef405f2f8e64f57520bed3a4d Mon Sep 17 00:00:00 2001 From: "Amalan(Batzee)" Date: Thu, 23 Oct 2014 12:09:32 +0530 Subject: [PATCH] Added an Example on HTTP GET I was struggling to use the call in using the HTTP GET and at last found the solution hope it helps lots of people --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index abe5569..ec72227 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ When using the authentication token, you don't need a separate password. But sin Here's an example using the authentication token and a dummy password through curl: curl -u 605b32dd:X https://example.highrisehq.com/people/1.xml + +Here's an example using the authentication token and dummy password throught http GET + + HTTP GET https://605b32dd:x@example.highrisehq.com/people.xml Remember that anyone who has your authentication token can see and change everything you have access to. So you want to guard that as well as you guard your username and password. If you come to fear that it has been compromised, you can regenerate it at any time from the "My Info" screen in Highrise.