why does this call of open-meteo api not work? #141
-
hi Renaud, Some help is needed. I have another API and calling it works as expected . But this weather-api.update() does nothing. Why?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Weird, it seems like the service returns "Transfer-Encoding: chunked" header... Not sure what it means but it appears to mess up the response handling. I will investigate ASAP. |
Beta Was this translation helpful? Give feedback.
-
Ok. I have made a fix. You API used a Transfer-Encoding header that is not appreciated by the browser :) Also, you should check "the use proxy" checkbox to avoid CORS problems and it should work just fin. My component just in case:
|
Beta Was this translation helpful? Give feedback.
Ok. I have made a fix. You API used a Transfer-Encoding header that is not appreciated by the browser :)
Also, you should check "the use proxy" checkbox to avoid CORS problems and it should work just fin. My component just in case: