I need to send a request to a webservice interface in different domain from html page. Sometimes, a synchronous request is needed. For example: login with username and password and get response after the confirmation of webservice.However, I used jsonp which was found that it could not do a synchronous request. (Both the html page and webservice are under my control)Any good idea? Thanks in advance.