FlyerTalk Forums - View Single Post - ITA-Matrix-PowerTools - Userscript for Orbitz/DL/UA/AA/BA/CZ/IB/LA/LH/LX/TK
Old Sep 7, 2022, 2:05 am
  #1034  
anthony_a
 
Join Date: Sep 2022
Posts: 5
Hi all, has anyone had any experience booking on ssl#lan#com or booking#lan#com for Latam (as I'm sure most of you know Latam is the combination of the old LAN and TAM airlines and it seems this lan booking url is still usable for booking latam, or at least it was) flights?

I have a multicity itinerary of purely Latam flights through ITA matrix.

I have the powertools chrome plugin and it works when I use the old version of the ITA matrix.

It provides me links to LATAM as well as OTAs.
When accessing the latam booking link it sends me to
Code:
http#//booking#lan#com/cgi-bin/compra.... using the
link provided which turns into ssl as mentioned in the code below


Code:
// The booking#lan#com url as of 2/27/2020 needs to be http instead of https. Fortunately, it does redirect you
// to https#//ssl#lan#com afterwards, but the booking link seems to be more successful than starting with ssl
return (
`http#//booking#lan#com/cgi-bin/compra/paso4.cgi?forced_home=${edition}&sessionParameters=` +
encodeURIComponent(JSON.stringify(parameters))
);
};
After filling in the passenger details and clicking "continue" on the page it redirects back to the standard latam airlines homepage

Are there any tips to get around this?
NOTE: I replaced "." in the urls with "#" as I am not allowed to post urls yet
anthony_a is offline