From 79d0ddc6e8080d969253822aaca60194b9a0568a Mon Sep 17 00:00:00 2001 From: frwiqueueit Date: Tue, 3 Oct 2017 16:15:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1a860c..fa1e896 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ If your application server (maybe due to security reasons) is not allowed to do 1. Manually download the configuration file from Queue-it Go self-service portal, save it on your application server and load it from local disk 2. Use an internal gateway server to download the configuration file and save to application server -3. Specify the configuration in code without using the Trigger/Action paradigm. In this case it is important *only to queue-up page requests* and not requests for resources or AJAX calls. +3. Specify the configuration in code without using the Trigger/Action paradigm. In this case it is important *only to queue-up page requests* and not requests for resources or AJAX calls. This can be done by adding custom filtering logic before caling the KnownUser.resolveQueueRequestByLocalConfig() method. The following is an example of how to specify the configuration in code: