<!-- Thank you for raising your concerns, we appreciate your feedback and contributions to this repository. Before you continue, consider the following: If you have a "How do I do ...?" question, it is better for you and for us that this question is placed in [StackOverflow](http://stackoverflow.com/questions/tagged/rxjs5) or some chat channel. This way, you are making it easier for others to learn from your experiences too. These "Issues" are meant only for technical problems, bugs, and proposals related to the library. If your issue is a bug, please follow the format below: --> **RxJS version:** 5 **Code to reproduce:** ``` AjaxObservable.create({ url, method: 'GET', responseType: 'json', ...options }); ``` **Expected behavior:** that it send the request, even on the server side (i.e. nodejs) **Actual behavior:** Error saying 'your browser isn't supported' **Additional information:**