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 am using the below script in preprocessing step in POSTMAN but it is throwing an error
code": 40103,
“message”: “Invalid signature in request credentials”,
“stat”: “FAIL”
“PRE PROCESSING SCRIPT”
function getAuthHeader(httpMethod, requestUrl, reques...
Hi, Can someone help me with this postman preprocessing script.
This is the script I am using to connect with DUO
function getAuthHeader(httpMethod, requestUrl, requestBody) { console.log(requestBody); //body data console.log(httpMethod); // http typ...
Hi Scott - Can you explain clearly how you achieved this, I am trying to use the same script but seeing the error
code": 40103,
“message”: “Invalid signature in request credentials”,
“stat”: "FAIL