I am almost code-illiterate, but I need to do something for my
university project (part of it, at least). One of my friends said that
this particular code is ajax/jquery. So, I am here to ask for your help!!!!
There is a website "www.geziko.com" which is a online flight
booking site. For my project, I need to get the URLs of individual
flights.
I mean, after entering search parameters to required fields (origin,
destination, departture date, etc.), there comes the list of available
flights. There, you choose one flight that suits you and you go to
reservation or booking page with the individual, chosen flight's
itinerary info. That's the page I need to get the URL.
How can I do that? Please help me? I don't need a particular code to
execute, just which data/code parts from the source code I should use to
build the URLs manually, because I read in google it is possible to
build URLs even though they are not available in the source code?