You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/integration/rest-services/published-rest-services/published-rest-service/_index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,17 +69,18 @@ If authentication is required, you can select which authentication methods to su
69
69
* Select **Active session** to allow access from JavaScript inside your current application
70
70
* Once a user has logged into the browser, the JavaScript in your app can access the REST service using the current user's session
71
71
*[Offline-first](/refguide10/offline-first/) apps cannot use active session authentication, because they do not have sessions that stay active while the app is running
72
-
* To prevent cross-site request forgery, the `X-Csrf-Token` header needs to be set on each request. If you're using a JS action, you need can use our API to retrieve the token.
72
+
* To prevent cross-site request forgery, the `X-Csrf-Token` header needs to be set on each request. If you are using a JavaScript action, you can use an API to retrieve the token.
73
73
74
-
Example for Mendix versions below 10.23:
74
+
For Studio Pro versions 10.22 and below, see the following example:
0 commit comments