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 i
I found the problem it is due to Cross Domain - I fix it by edit the execute file of the browser that will launch without security - (--disable-web-security) hope this is help for others!