Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latam booking failure #6

Open
anthonyhashemi opened this issue Sep 6, 2022 · 0 comments
Open

Latam booking failure #6

anthonyhashemi opened this issue Sep 6, 2022 · 0 comments

Comments

@anthonyhashemi
Copy link

When accessing a latam itenary I visit the http://booking.lan.com/cgi-bin/compra.... link provided which turns into ssl as mentioned in the code below

    // 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 https://www.latamairlines.com/gb/en

Are there any tips to get around this?

I know this is not necessarily an issue with the tool but maybe the site that is being linked to no longer works as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant