Skip to content

Commit 8870e2b

Browse files
committed
Clarify /xas/ security over HTTP
1 parent a23d696 commit 8870e2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/support/security-findings-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Hiding pages for end-users is not the way to restrict access to data, you should
7474

7575
When an XPath query is received by the runtime, the runtime will always apply entity access to the XPath query, based on the access rules connected with the role (or roles) of the end-user making the request. So, although an end-user might be able to change the XPath query before sending it to the runtime, the runtime will still apply access rules, and only return data the end-user is allowed to access.
7676

77-
### HTTP Verb Tampering
77+
### HTTP Message Tampering
7878

79-
The `/xas/` request handler is not a RESTful API, so the conventions that you would usually apply to RESTful APIs, do not apply in this case. The `/xas/` API does not look at the HTTP verb used, this is ignored. Only published REST services make a distinction between HTTP verbs.
79+
The `/xas/` request handler is not a RESTful API, so the conventions that you would usually apply to RESTful APIs, do not apply in this case. The `/xas/` API does not look at the HTTP verb used, this is ignored. If the content of the HTTP message is altered, security restrictions continue to be applied server-side and the end-user will only see data which they have access to. See the example below.
8080

8181
### Example
8282

0 commit comments

Comments
 (0)