Skip to content

Commit

Permalink
Merge pull request #1 from mproqueueit/patch-1
Browse files Browse the repository at this point in the history
Update README with comments on pureUrl
  • Loading branch information
Queue-it authored Aug 8, 2017
2 parents 2682e62 + 72b565d commit adcc3c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ The following method is all that is needed to validate that a user has been thro
String queueitToken = request.getParameter(KnownUser.QUEUEIT_TOKEN_KEY);
String pureUrl = getPureUrl(request);
// The pureUrl is used to match Triggers and as the Target url (where to return the users to)
// It is therefor important that the pureUrl is exactly the url of the users browsers. So if your webserver is
// e.g. behind a load balancer that modifies the host name or port, reformat the pureUrl before proceeding
CustomerIntegration integrationConfig = IntegrationConfigProvider.getCachedIntegrationConfig(customerId);
//Verify if the user has been through the queue
Expand Down

0 comments on commit adcc3c7

Please sign in to comment.