Im using erels HttpJob Module to fetch weatherdata from the apixu API.
The download link with a Test API Key is
while my PC Browser gives me
the HttpJob response in B4R is only
The most time something from the response is cut off and every request its a different length.
very rare i get the desired JSON, but also there some bytes are missing
The download link with a Test API Key is
B4X:
http://api.apixu.com/v1/current.json?key=302824eba4de44efa0a134505181911&q=Maintal
while my PC Browser gives me
B4X:
{"location":{"name":"Maintal","region":"Hessen","country":"Germany","lat":50.15,"lon":8.83,"tz_id":"Europe/Berlin","localtime_epoch":1542635731,"localtime":"2018-11-19 14:55"},"current":{"temp_c":6.0,"condition":{"icon":"//cdn.apixu.com/weather/64x64/day/296.png"},"uv":2.0}}
the HttpJob response in B4R is only
B4X:
P/1.1 200 OK
Cache-Control: private
Content-Type: application/json; charset=utf-8
X-Powered-By
The most time something from the response is cut off and every request its a different length.
very rare i get the desired JSON, but also there some bytes are missing
Last edited: