Unable to fetch the values from the POST method request. In my application we're using Azure AD for authentication. When I send the login credentials to the server I'm unable to see the response.
Three URL's have been used for login purpose. They're using CSRF token.
As discussed with dev team. They're sending the request with all the responses have been stored in the session. And also they said retrieve the data from the session.
Tired out using JSON Extractor and Regular Expression Extractor. But the required information for those are not there in the response of the requests either. enter image description here enter image description here