Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
It almost sounds like the request happens before EPiServer can invalidate the cache, can you try adding: DataFactoryCache.RemovePage(e.PageLink); before the web-request and see if it helps?
Hi
I'm trying to create a PDF version of report pages during the PublishedPage event. I'm using a 3rd party utility to do this which converts the HTML to PDF. However, when I do a GET of the page to get the HTML for this conversion, I'm getting the previous version of the page. Is there any way to get the latest version, i.e. the one I've just published?
I'm subscribing to the event like this:
I'm doing the GET with an HttpWebRequest: