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

Can you be more specific, what issue are you talking about? Which version of REST::Client do you have?
  • Comment on Re^3: REST::Client GET with custom http headers authentication

Replies are listed 'Best First'.
Re^4: REST::Client GET with custom http headers authentication
by Anonymous Monk on Feb 15, 2014 at 01:34 UTC
    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 tried X- andit does not work either. will see what else I can do with this.
Re^4: REST::Client GET with custom http headers authentication
by Anonymous Monk on Feb 15, 2014 at 01:48 UTC
    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.