Skip to content

Commit 9e7a9c8

Browse files
authored
Update README.md
1 parent 82786db commit 9e7a9c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ If the timestamp or hash is invalid, the user is send back to the queue.
4949

5050

5151
## 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.
5454

5555
If we have the `integrationconfig.json` copied in the folder beside other knownuser files inside web application folder then
5656
the following method is all that is needed to validate that a user has been through the queue:
@@ -240,4 +240,4 @@ catch(\Exception $e)
240240
{
241241
//log the exception
242242
}
243-
```
243+
```

0 commit comments

Comments
 (0)