Forum Discussion

angvarghese's avatar
angvarghese
Occasional Contributor
3 years ago
Solved

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 inv...
  • angvarghese's avatar
    angvarghese
    3 years ago

    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?

     

  • angvarghese's avatar
    angvarghese
    3 years ago

    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