Closed DuckThom closed 8 years ago
Add withCredentials: false to fix issue https://github.com/CICCIOSGAMINO/openweather-apis/issues/15
withCredentials: false
Remove res.setEncoding('utf8') to fix Uncaught TypeError: res.setEncoding is not a function
res.setEncoding('utf8')
Uncaught TypeError: res.setEncoding is not a function
Add
withCredentials: false
to fix issue https://github.com/CICCIOSGAMINO/openweather-apis/issues/15Remove
res.setEncoding('utf8')
to fixUncaught TypeError: res.setEncoding is not a function