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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ If the timestamp or hash is invalid, the user is send back to the queue.
49
49
50
50
51
51
## Implementation
52
-
The KnownUser validation must *only*be done on *page requests*.
53
-
So, if you add the KnownUser validation logic to a central place, then be sure that the Triggers only fire on page requests and not on e.g. image or ajax requests.
52
+
The KnownUser validation must be done on *all requests except requests for static resources like images, css files and ...*.
53
+
So, if you add the KnownUser validation logic to a central place, then be sure that the Triggers only fire on page requests (including ajax requests) and not on e.g. image.
54
54
55
55
If we have the `integrationconfig.json` copied in the folder beside other knownuser files inside web application folder then
56
56
the following method is all that is needed to validate that a user has been through the queue:
0 commit comments