in reply to Re: REST::Client GET with custom http headers authentication
in thread REST::Client GET with custom http headers authentication

Hi, Does this issue ever get resolved as i am hitting same error and looking for some resolution.
  • Comment on Re^2: REST::Client GET with custom http headers authentication

Replies are listed 'Best First'.
Re^3: REST::Client GET with custom http headers authentication
by Anonymous Monk on Feb 15, 2014 at 00:45 UTC
    Can you be more specific, what issue are you talking about? Which version of REST::Client do you have?
      I am using version 249. My code is similar to whats originally posted in this thread where I am adding custom header for username and password and then passing GET url using rest client but then keep on getting authorization failures from the app. So looking for some guidance.

        Well, current version is REST-Client-271

        Also like McA says, non-standard headers should begin with X-

        So, whatever server you're connecting to, requires a different set of header

        REST::Client doesn't know what your server wants; FWIW it cannot know what your server wants

        FWIW neither do we

      I am using version 249. My code is similar to whats originally posted in this thread where I am adding custom header for username and password and then passing GET url using rest client but then keep on getting authorization failures from the app. So looking for some guidance.