This always trips me up... don't use the quotes in the initial string definition. If you look at the request it's adding the quotes in the URL.
However, after that, I think you may also need to set up cors on your server, I tried it myself and got a cors error. So, depending on how you are doing this, need to set up cors in express, if using node+express on server or with .httpd or .htaccess for apache, etc.
enable-cors.org