Closed the1mills closed 8 years ago
Just out of curiosity
in lib/bing.js
there is
auth: { user: opts.accKey, pass: opts.accKey },
why is that?
The bing API requires basic auth via url, where both user and password are the access key. That will compound the url https://access_key:access_key@bingserver.com/....
Just out of curiosity
in lib/bing.js
there is
why is that?