Hello,
I have been making an API on a server that receives data from the mobile application. I have already implemented the reception of JSON successfully and now I am in the CTX files.
I already read and extract the CTX files, I get the files (Elements.txt, Info.xml, Sightings.dat, Waypoints.dat).
Now my question, how do I process the .DAT files? What format do they have, is there a technical manual with information on how to read them?
Additionally, why does the Authentication header not arrive when the CTX files are sent, which does come when the JSON files are processed?
Thank you in advance for any collaboration you can provide.