I’m calling a REST Service via a POST that is protected by CA Siteminder. For this to work I add a SMSession value to the cookie and make the POST call. The problem is the page I’m getting back is a page that should auto redirect, but it’s not. The page looks like this:
This page is used to hold your data while you are being authorized for your request.You will be forwarded to continue the authorization process.
How do I get Postman to allow that auto submit and give me back the actual results? I’ve verified that the “Automatically follow redirects” is ON in Settings => General (I’ve tried it off too).
Thanks.