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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ If your application server (maybe due to security reasons) is not allowed to do
131
131
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
132
132
2. Use an internal gateway server to download the configuration file and save to application server
133
133
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.
134
-
This can be done by adding custom filtering logic before caling the `KnownUser::resolveQueueRequestByLocalConfig()` method.
134
+
This can be done by adding custom filtering logic before caling the `KnownUser::resolveRequestByLocalEventConfig()` method.
135
135
136
136
The following is an example of how to specify the configuration in code:
0 commit comments