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

Support 'withCredentials' option which will include credentials with CORS requests #1233

Merged
merged 3 commits into from
Oct 5, 2020

Commits on Oct 2, 2020

  1. Add support for 'withCredentials' option

    when sending cross origin requests to servers that are secured with IWA/AD it is necessary to send request with 'withCredentials' set to true
    If the layer is created using this option the requests will be adjusted accordingly
    luiscamachopt committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    064c24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff3f46a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Apply suggestions from code review

    adjust styling for consistency
    
    Co-authored-by: Patrick Arlt <[email protected]>
    luiscamachopt and patrickarlt authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    89a3447 View commit details
    Browse the repository at this point in the history