Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

Automated test tool and EpiServer personalization

Found in

EPiServer.VisitorGroupsCriteriaPack 1.2.0.9000

Fixed in

EPiServer.VisitorGroupsCriteriaPack 1.2.1

(Or a related package)

Created

Aug 10, 2016

Updated

Oct 03, 2016

State

Closed, Fixed and tested


Description

Step to reproduce

1. Set up a website with a block area.
2. Install the Episerver visitor group criterion pack.
3. Create a visitor group with the criterion "OS & Browser".
4. Create a console app containing:

WebClient client = new WebClient(); 
var content = client.DownloadString("URL_TO_WEBSITE_WITH_PERSONALIZED_BLOCK");

5. Get an exception.