redirect from JSP is in type pending and status canceled
I'm having a JSP file that is calling a REST post call which doing a get to a remote server. the request is being processed but get pending in the remote machine in status canceled. can you please assist? here is part of the JSP:` <tr> <td><button id="registerBtn" onclick="registerClick()">Register</button></td> <td><button id="loginBtn" onclick="postOnClick()">Log in</button></td> </tr> </table> <script type='text/javascript'> function registerClick() { /* var params = "{realm: astra, subjectId: " + document.getElementById('usrInpt').value + " , authInfo: omsspass}"; */ var first = document