www.flysafair.co.za Open in urlscan Pro
2606:4700:3108::ac42:2b78  Public Scan

Submitted URL: http://flysafair.co.za/
Effective URL: https://www.flysafair.co.za/
Submission Tags: tranco_l324
Submission: On November 05 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

POST

<form method="POST" id="form">
  <div class="login-error" style="display: none"> Please provide booking reference and last name </div>
  <div class="inputs text-center">
    <div class="form-group">
      <input class="form-control" type="text" name="PNR" id="PNR" title="PNR" placeholder="PNR">
    </div>
    <div class="form-group">
      <input class="form-control" type="text" name="lastName" id="LastName" title="Last name" placeholder="Last name">
    </div>
  </div>
  <div class="clearfix text-right margin-top-15">
    <div class="col-xs-6">
      <button data-dismiss="modal" type="button" class="btn btn-primary" name="continueButton-mmb" id="continueButton-mmb" onclick="window.ezy.loginClick(this, '/manage/manage-booking')"><i class="fa "></i>Manage</button>
    </div>
    <div class="col-xs-6">
      <button data-dismiss="modal" type="button" class="btn btn-primary" name="continueButton-wci" id="continueButton-wci" onclick="window.ezy.loginClick(this, '/Checkin/Login')"><i class="fa "></i>Check In</button>
    </div>
  </div>
</form>

<form id="loginForm">
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="email" name="emailAddress" id="emailAddress" data-bind="textInput: username" title="Email address">
    <label for="emailAddress" class="mdl-textfield__label">
      <span>Email</span>
    </label>
  </div>
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="password" name="password" id="password" data-bind="textInput: password" title="Password">
    <label for="password" class="mdl-textfield__label">
      <span>Password</span>
    </label>
  </div>
  <div id="loginErrorLabel" class="error-text">&nbsp;</div>
  <div class="button-wrapper register">
    <button class="btn btn-primary btn-stretch" type="submit" id="profileSignInbutton" data-bind="click: profileAuthenticate, disable: isLoading"> Log In With Email </button>
  </div>
  <div class="remember-me pull-left">
    <input class="" type="checkbox" name="cbRememberMe" id="cbRememberMe" data-bind="checked: rememberMe">
    <label for="cbRememberMe">Remember me</label>
  </div>
  <div class="forgot-password-link pull-right">
    <a href="" data-bind="click: toggleForgotPassword">Forgot password?</a>
  </div>
</form>

<form id="forgotPasswordForm" novalidate="">
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="email" name="forgetEmailAddress" id="forgetEmailAddress" data-bind="textInput: forgetEmailAddress" title="Email address">
    <label for="emailAddress" class="mdl-textfield__label">
      <span>Email Address</span>
    </label>
  </div>
  <div class="success-message-container margin-top-10" data-bind="text: forgotSuccessMessage, visible: forgotSuccessMessage" style="display: none;"></div>
  <div class="clearfix">
    <div class="text-right">
      <button class="btn btn-primary btn-stretch" type="submit" data-bind="disable: isLoading"> Submit </button>
    </div>
  </div>
  <div class="create-account-link text-right">
    <span>or go back to </span><a href="" data-bind="click: toggleForgotPassword">login</a>
  </div>
</form>

<form id="SignUpEmailForm" novalidate="">
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="text" name="registerFirstName" id="registerFirstName" data-bind="textInput: registerFirstName" title="First name">
    <label for="registerFirstName" class="mdl-textfield__label">
      <span>First Name</span>
    </label>
  </div>
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="text" name="registerLastName" id="registerLastName" data-bind="textInput: registerLastName" title="Last name">
    <label for="registerLastName" class="mdl-textfield__label">
      <span>Last Name</span>
    </label>
  </div>
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="email" name="registerEmail" id="registerEmail" data-bind="textInput: registerEmail" title="Email address">
    <label for="registerEmail" class="mdl-textfield__label">
      <span>Email</span>
    </label>
  </div>
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="password" name="registerPassword" id="registerPassword" data-bind="textInput: registerPassword" title="Password">
    <label for="registerPassword" class="mdl-textfield__label">
      <span>Password</span>
    </label>
  </div>
  <div class="remember-me margin-bottom-10">
    <input type="checkbox" name="termsAndConditions" id="termsAndConditions" data-bind="checked: acceptTerms">
    <label for="termsAndConditions">By signing up, I agree to FlySafair's terms and condition</label>
  </div>
  <button type="submit" class="btn btn-primary btn-stretch" id="profileSignUpbutton" data-bind="disable: isLoading"> Sign Up With Email </button>
</form>

<form id="travelAgentLoginForm" class="travel-agent-login">
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="text" name="IATANumber" id="IATANumber" title="IATA Number">
    <label class="mdl-textfield__label" for="IATANumber">
      <span>IATA Number</span>
    </label>
  </div>
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="text" name="Username" id="Username" title="Username">
    <label class="mdl-textfield__label" for="Username">
      <span>Username</span>
    </label>
  </div>
  <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded" data-upgraded=",MaterialTextfield">
    <input class="mdl-textfield__input" type="password" name="Password" id="Password" title="Password">
    <label class="mdl-textfield__label" for="Password">
      <span>Password</span>
    </label>
  </div>
  <div class="text-bold padding-left-10 margin-top-10"> Not registered yet? <a href="/travel-tools/travel-management-information/travel-management-registration">Register now</a>
  </div>
  <div class="text-bold padding-left-10 margin-bottom-20"> Need more information? <a href="/travel-tools/travel-management-information">Find out more here</a>
  </div>
  <div class="horizontal-line"></div>
  <div class="clearfix login-error-container">&nbsp;</div>
  <div class="text-right">
    <button name="btnSubmit" id="btnSubmit" type="button" class="sprite btn btn-primary btn-stretch" onclick="javascript:;"><i class="fa "></i>Login</button>
  </div>
  <div class="forgot-password-link pull-right">
    <a href="javascript:;" class="link" name="resetPasswordBtn" id="resetPasswordBtn">
                        Reset password
                    </a>
  </div>
</form>

Text Content

Sign Our Petition

Close

Close
Toggle navigation



FLYSAFAIR | FIND CHEAP FLIGHTS IN SOUTH AFRICA

On Time Performance OCT: 97.47%
 * HOLIDAYS
 * Flight Status
 * Contact Us
 * GROUPS

Log in


 1. 
 2. 
 3. 







 * Flight
 * FlyMore
   NEW
 * Holidays
 * My Booking

Round-trip
One-way
Special Assistance


Departure AirportO.R Tambo Int. Airport (JNB)Cape Town Int. Airport (CPT)King
Shaka Int. Airport (DUR)Port Elizabeth Int. Airport (PLZ)Lanseria Int. Airport
(HLA)George Airport (GRJ)East London Airport (ELS)Bram Fischer Int. Airport
(BFN)Kimberley (KIM)Hoedspruit (HDS)Harare (HRE)Lusaka (LUN)Bulawayo
(BUQ)Livingstone (LVI)Victoria Falls (VFA)Mauritius International Airport (MRU)

Arrival Airport

Departure

0506070809101112131415161718192021222324252627282930
Nov 2021Dec 2021Jan 2022Feb 2022Mar 2022Apr 2022May 2022Jun 2022Jul 2022Aug
2022Sep 2022Oct 2022Nov 2022Dec 2022
Return

0506070809101112131415161718192021222324252627282930
Nov 2021Dec 2021Jan 2022Feb 2022Mar 2022Apr 2022May 2022Jun 2022Jul 2022Aug
2022Sep 2022Oct 2022Nov 2022Dec 2022

Currency
ZAR USD
Adult
1
2
3
More4567891011121314

Child 0 1 2 3 4 5 6
Infant 0 1 2 3 4

Flexible dates? Use the low fare finder





By clicking Let's go I agree to Website Terms of Use


You Have a FlyMore Subscription

Flight(s) left Redeemed Expiry date left flight(s) VIEW

VIEW
FlyMore Club


Get free* flights every month with a FlySafair FlyMore subscription. For a set
monthly fee you will get access to an allocation of free* flights - perfect for
regular travelers! Plus membership to the club offers you a host of other
benefits like special offers and preferential pricing!

*only pay airport taxes

LEARN MORE

FlyMore Club


Your Profile is currently inactive, and you are unable to make a booking. If you
have selected to start next month, it will automatically become active on the
first day of next month.

VIEW

Loading subscription information



If you already have a subscription

LOGIN TO YOUR ACCOUNT
Departure AirportO.R Tambo Int. Airport (JNB)Cape Town Int. Airport (CPT)King
Shaka Int. Airport (DUR)Port Elizabeth Int. Airport (PLZ)Lanseria Int. Airport
(HLA)George Airport (GRJ)East London Airport (ELS)Bram Fischer Int. Airport
(BFN)
Arrival Airport
Round-trip
One-way
Departure

010203040506070809101112131415161718192021222324252627282930
Nov 2021Dec 2021Jan 2022Feb 2022Mar 2022Apr 2022May 2022Jun 2022Jul 2022Aug
2022Sep 2022Oct 2022Nov 2022Dec 2022
Return

0506070809101112131415161718192021222324252627282930
Nov 2021Dec 2021Jan 2022Feb 2022Mar 2022Apr 2022May 2022Jun 2022Jul 2022Aug
2022Sep 2022Oct 2022Nov 2022Dec 2022


By clicking Let's go I agree to Website Terms of Use


BOOK FLIGHTS & ACCOMMODATION

From holidays to business trips, we have customisable travel packages for
everyone!

Departure AirportO.R Tambo Int. Airport (JNB)Cape Town Int. Airport (CPT)King
Shaka Int. Airport (DUR)Port Elizabeth Int. Airport (PLZ)Lanseria Int. Airport
(HLA)George Airport (GRJ)East London Airport (ELS)Bram Fischer Int. Airport
(BFN)Kimberley (KIM)Hoedspruit (HDS)Harare (HRE)Lusaka (LUN)Bulawayo
(BUQ)Livingstone (LVI)Victoria Falls (VFA)Mauritius International Airport (MRU)
Arrival Airport
Departure

010203040506070809101112131415161718192021222324252627282930
Nov 2021Dec 2021Jan 2022Feb 2022Mar 2022Apr 2022May 2022Jun 2022Jul 2022Aug
2022Sep 2022Oct 2022Nov 2022Dec 2022
Return

0506070809101112131415161718192021222324252627282930
Nov 2021Dec 2021Jan 2022Feb 2022Mar 2022Apr 2022May 2022Jun 2022Jul 2022Aug
2022Sep 2022Oct 2022Nov 2022Dec 2022
Adult 1 2 3 4 5 6 7 8 9
Child 0 1 2 3 4 5 6
Infant 0 1 2 3 4


By clicking Let's go I agree to Website Terms of Use

Please provide booking reference and last name

Manage
Check In




LOW FARE FINDER

Find the cheapest flights for your travel dates


Search Now


SPECIAL ASSISTANCE

How to book special assistance for your trip


Learn More


UNACCOMPANIED MINOR

Book flights for children aged 5 - 11 who are flying alone


Book Now



Traveller Tools
 * Cheap Flight Finder
 * Before You Fly
 * InFlight Magazine
 * Travel Updates
 * Flight Status
 * Travel Management
 * Payment Options
 * Group Travel
 * Employee Login

Quick Links
 * Book a Flight
 * Online Check In
 * Change Your Booking
 * Flight Schedules
 * Special Assistance
 * Refund Applications
 * Terms & Conditions
 * Sitemap
 * Lost & Found

About Us
 * About FlySafair
 * Safair Career Portal
 * Our T's & C's
 * Media Centre
 * Travel Trade
 * Loyalty Partners
 * Our Fares
 * Contact Us
 * Help

Cheap Flights
 * Johannesburg
 * Cape Town
 * Durban
 * East London
 * George
 * Port Elizabeth
 * Bloemfontein
 * Rugby South Africa

Flight Extras
 * Checked Luggage
 * Pre-Selected Seats
 * Priority Boarding
 * Unaccompanied Minors
 * Travel Protection
 * Cancellation Upgrade
 * Cheap Hotels
 * First Car Rental
 * Lounge Access

For the latest updates on the Coronavirus visit sacoronavirus.co.za



By continuing, you are agreeing to our terms and conditions.
Copyright © 2021 Flysafair.co.za. All rights reserved.

By continuing to browse the site, you are agreeing to the use of our   website
privacy policy
Accept



SAVE TIME!

 * Faster Bookings
 * Faster Check-In
 * Save Credit Card
 * Priority Booking


TRAVEL MANAGEMENT

 * Faster Bookings
 * Gain Insights
 * Cost Control
 * Stay Organised

 * Client Login
 * Travel Management

Continue With Google
or login with email address
Create an account
Email
Password
 
Log In With Email
Remember me
Forgot password?
Forgot Your Password?

Please enter the e-mail address associated with your account.

Email Address

Submit
or go back to login
Create an account
or Login
First Name
Last Name
Email
Password
By signing up, I agree to FlySafair's terms and condition
Sign Up With Email
IATA Number
Username
Password
Not registered yet? Register now
Need more information? Find out more here

 
Login
Reset password

RESET PASSWORD

Enter IATA number and username to receive a new temporary password by email.
IATA Number
Username

Reset
Login
New password minimum 8 characters and contain special characters, uppercase
letter and numbers
IATA Number
Username
Temporary Password
New Password
Repeat New Password


Change password
Login


TITLE

Text

--------------------------------------------------------------------------------

OKCancel