Disabling the disclaimer page per request

If necessary, the disclaimer page can be disabled per request.

Procedure

  • Option 1:
    Add the following field-value pair as query string to the URL that you want the disclaimer page to be bypassed for: disableDisclaimerPage=true.
  • Option 2:
    Add the following HTTP request header to your request: disableDisclaimerPage:true.

Results

You have successfully bypassed the disclaimer page.
Note: If you only do this for the first request, it is possible that in case of a redirect from the server, the header or query parameter will no longer be present in the following request. Therefore, the client should ideally always add the query string or the HTTP request header if the disclaimer page should be bypassed reliably.