Hello and thanks for any help in understanding this strange behavior.
I am developing an app using Unity, making OpenSky queries via the REST API. I am receiving different data when I am on OSX vs iOS. When I made a web request from the desktop (OSX) version using correct Lat/Lon min/max the data is returned as expected with only a few state vectors. However, when I make the identical request from an iOS device, somehow the min/max are ignored and I am returned the entire active State vector list, often between 5k-7k records. I am at a loss as to how to troubleshoot this, as I have confirmed that the URL is something like the following going out on both platforms.
https://UserName:PWord@opensky-network.org/api/states/all?lamin=32.021&lomin=-127.979&lamax=43.221&lomax=-116.779
Does anyone have an idea why all states are being returned and the min/max are being ignored on iOS?
Thanks!