Ready API Error message in Header
Hi all,
I am trying to post a request in Readyapi (createmember) and getting the below error
<data contentType="null" contentLength="63"><![CDATA[ExternalUserId in AuthorizationHeader either invalid or missing]]></data>
The request is originally created in postman and imported into readyapi via project integration(postman collection).
The reqeust which is failed in readyapi is perfectly working in postman. can anyone help me out here.
request
thanks
AV
This is my readyapi request header
And below is my postman request header. well, there are hidden keys and values which i did not given in readyapi. Do you mean to give those hidden keys and values in readyapi header as well?
The issue has been solved
Missing Authorization name instead of Token.
it was given Token instead of Authorization and missing Bearer in front of actual token.
thanks