Authentication

http://flightxml.flightaware.com/json/FlightXML2/

What are the params of username and FlightXML key when i want to pass them to the basic auth header? please assist me

The “Authorization” header should be base64 encoded result of “username:apikey”.