Hello,
I'm working on a project for my Physical Computing Class and I'm trying ultimately trying to use the OpenSky API to display where planes are above my school with an LED strip. The endpoint is as follows: https://opensky-network.org/api/states/all?lamin=41.96414&lomin=-88.22404&lamax=41.96850&lomax=-87.59579
Now if I put that into my browser I get a good response. If I make a GET request from something like reqbin, I get a good response. But if I go to put it in a Particle webhook it times-out the request every time. I dont know what to do or why this is happening. Please help!
Heres my webhook template:
{
"name": "getFlights",
"event": "getFlights",
"deviceID": "0a10aced202194944a0553bc",
"disabled": false,
"template": "webhook",
"url": "https://opensky-network.org/api/states/all?lamin=41.96414&lomin=-88.22404&lamax=41.96850&lomax=-87.59579",
"requestType": "GET",
"noDefaults": true,
"rejectUnauthorized": true,
"unchunked": false,
"data_url_response_event": false
}
Please let me know if you need any more info.
Thanks, Lucas
