To do this | Allow these URLs |
---|---|
Register the app and download data updates |
https://deliver.jeppesen.com |
Download NOTAMs |
https://api.fdp.foreflight.com AND |
Download enroute weather |
https://api.fdp.foreflight.com AND |
Download text weather (METAR and TAF reports) |
https://api.fdp.foreflight.com AND |
Download recently cleared routes |
https://api.fdp.foreflight.com AND |
Download flight plan routes |
https://fb2.cld.jeppesen.com |
Download organized track system (OTS) data |
https://api.fdp.foreflight.com AND |
Allow analytics in support of troubleshooting | https://mobile.eum-appdynamics.com/ |
Display Taxi Times | https://proxy-mtls.boeingservices.com https://fods.boeingservices.com |
Display Internet Traffic on AMM | https://boeingdaaswebsocket.brdp.digitalaviationservices.com https://proxy-mtls.boeingservices.com wss://webpubsubwebsocket-prod.webpubsub.azure.com |
Display Briefing (Operational Flight Plans and NavLogs) | https://xxx.flitebrief.aero/ where “xxx” represents your unique environment https://yourairline.flitebrief.aero/ |
For those customers that reference specific IP addresses when enabling Internet access, reference the URL below for a current list of IP ranges for the service. Please note that these ranges will change over time.
https://ip-ranges.amazonaws.com/ip-ranges.json
(Tip: search for CLOUDFRONT to find all relevant IP ranges)
Current list of IP ranges for Amazon CloudFront Web Services (as of September 16, 2016):
52.84.0.0/15
54.182.0.0/16
54.192.0.0/16
54.230.0.0/16
54.239.128.0/18
54.239.192.0/19
54.240.128.0/18
204.246.164.0/22
204.246.168.0/22
204.246.174.0/23
204.246.176.0/20
205.251.192.0/19
205.251.249.0/24
205.251.250.0/23
205.251.252.0/23
205.251.254.0/24
216.137.32.0/1
A current list of IP addresses can also be re-created by anyone with “CURL” and JQ installed on their desktop by typing the following exactly as written:
curl -s 'https://ip-ranges.amazonaws.com/ip-ranges.json' | jq -r '.prefixes[] | select(.service=="CLOUDFRONT") | .ip_prefix'