Hi, I have a REST API which is being invoked from ACM V7 but in Response we are receiving the Response Code as - 307Any idea on how to handle the scenario.It is working fine from Postman.It is a simple GET request. var url = "***.****************.***/?param=1¶m=2";logInfo(url);var http = new Htt...