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

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.
  • Comment on Re^4: REST::Client GET with custom http headers authentication

Replies are listed 'Best First'.
Re^5: REST::Client GET with custom http headers authentication
by Anonymous Monk on Feb 15, 2014 at 06:28 UTC

    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.