It´s easy. Some browsers don´t allow cross site navigation, and not send information required by server, use this chrome extension [login to view URL] and you will get good results.
It´s possible that you need to add your clients to a white list on a server, or configure cors in server side. Also in client side you crossOrigin: true, check this link [login to view URL]
good luck