SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Interface CsrfMiddlewareOptions

    Options for middleware to fetch CSRF tokens.

    interface CsrfMiddlewareOptions {
        method?: Method;
        middleware?: HttpMiddleware[];
        url?: string;
    }
    Index
    method?: Method

    Method used for the token fetching. Default is head.

    middleware?: HttpMiddleware[]

    Middlewares added to the token retrieval request.

    url?: string

    URL used for the token fetching. Default is the resource path without parameters.