I know this is an old question, but having just had a similar issue, it sounds like the issue may be that your request is being blocked by the browser. This can happen if you're currently in a secure (https) environment trying to link to an insecure (http) resource.
It's not clear what your href is, but make sure the href is https (or //) if your current environment is secure.