Why I am getting Status 401 in response of an API request?
I am using a sandbox environment for aem. I want to use rest API of AEM and while using them on chrome browser I am getting a json response but while using those APIs in postman I am getting status 401 Unauthorized in response and body part of response is blank. In response headers I am getting www-authenticate header as Basic realm="Sling (Development)". I have matched username and password in authorization parameter that is correct.
