Merge pull request #39 from jritsema/master

fixes http 400 bad request errors
This commit is contained in:
Mr. Goferito 2017-07-21 12:52:46 +02:00 committed by GitHub
commit 0e764430b9

View file

@ -87,6 +87,8 @@ var Bing = function (options) {
reqUri += qStr ? '&' + qStr : '';
reqUri = encodeURI(reqUri);
request({
uri: reqUri,
method: opts.method || "GET",