So I’m trying for the first time to access the skypicker api for a specific flight…
But when I wrote : " var request = new XMLHttpRequest();"
It says XMLHttpRequest is undefined…does anyone have a clue?
Do I miss something else as well?
I also tried to write the function using WIX examples…
But still when I click my search button nothing happans on the screen…
Isn’t it supposed to show me the results in a JSON file?
Is it possible to use the json file and return it to a wix database?
I’m having a flights data that I get from the API,
I want to get the JSON file and insert it into the WIX database. That will help me show the JSON data easier using the database after…
Is it even possible in WIX?