Hi,
I've a requirement to hit the external application, and again I need to return back to my application, the external application is using POST method and I'm sending them the return URL to hit my application.
for this I've Exposed a REST POST Method in my application and I'm passing this Method's URL as callback URL , I've used AddHeader to set Location and Value and even I'm setting the Status Code to 302 using SetStatusCode response is coming properly but redirection is not happening properly.
I'm attaching OAP for the reference.
Thanks in advance,
Sandeep.