Can you be more specific, what issue are you talking about? Which version of REST::Client do you have? | [reply] |
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.
| [reply] |
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
| [reply] |
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.
| [reply] |