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

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

  • Comment on Re^5: REST::Client GET with custom http headers authentication

Replies are listed 'Best First'.
Re^6: REST::Client GET with custom http headers authentication
by Anonymous Monk on Feb 15, 2014 at 22:18 UTC
    I tried X- andit does not work either. will see what else I can do with this.