天天看点

SAP HANA XS 的.xsaccess写法举例

{
    "exposed": true,
    "authentication": [{
        "method": "Basic"
    }],
    "authorization" : [ "account_name.schema_name::Basic" ],
    "mime_mapping": [{
        "extension": "jpg",
        "mimetype": "image/jpeg"
    }],
    "force_ssl": false,
    "enable_etags": true,
    "prevent_xsrf": true,
    "anonymous_connection": null,
    "cors": [{
        "enabled": false
    }],
    "cache_control": "no-cache, no-store",
    "default_file": "index.html"
}
           

继续阅读