Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following default Blueriq endpoints have request wards disabled:

  • /Runtime/server/api/v2/session/{sessionId}/load - this endpoint loads the page model. Request ward validation is disabled for this endpoint, as the front-end doesn't yet know the request ward. Request ward renewal is enabled however.
  • /Runtime/server/api/v2/session/{sessionId}/keepalive - this endpoint extends the session timeout. Request ward validation and renewal are disabled for this endpoint as keep-alive requests may be performed in parallel with other modification requests for the same session
  • /Runtime/server/api/v2/session/{sessionId}/close - this endpoint closes the session. Request ward validation and renewal are disabled for this endpoint as session de-synchronization is not possible. If the session is deleted and then a failover occurs, then repeating the request on the backup node will result in an error (because the session is already deleted).

...