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

[FIX] sap.ui.model.odata: add request header "X-Requested-With" #3324

Closed
wants to merge 2 commits into from

Commits on Aug 23, 2021

  1. [FIX] sap.ui.model.odata: add request header "X-Requested-With"

    In case the session has timed out and a new GET request comes in, the @sap/approuter component responds with status 200 and HTML content to store session and redirect the browser. By indicating the request originates from an AJAX call, the @sap/approuter is informed that it should return a 401 in case the session has timed out.
    piejanssens committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ef7e48e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. fix tests

    piejanssens committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ef0b84d View commit details
    Browse the repository at this point in the history