Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I extensively looked at various threads but does not help the problem I am facing. I am using the pre-request script (thanks to this community). Was able to get the /auth/v2/check API work properly.
Pre-Request Script in PostMan:
function getAuthHea...
Updated the request data for the Auth API POST. Still the same issue.
var requestData = timestamp +“\n”+“POST”+“\n”+hostname+“\n”+apicall+“\n”+ “factor=push&username=bbanner&”;
Postman console has this as the request String.
Tue, 17 Jan 2023 16:28...