Join us for an engaging webinar, as we unravel the potential of AI for revolutionizing document management.
Watch Now
Enable your employees to remain productive throughout the document management process.
Read More
Learn how SmartZone uses a regular expression engine integrated into the recognition engine to achieve the best possible accuracy on data that can be defined by a regular expression.
Docubee is an intelligent contact automation platform built to help your team success
Why am I seeing requests sent through pcc.ashx when they shouldn’t be?
The default option for the imageHandlerUrl is pcc.ashx so if, for instance, you misspelled imageHandlerUrl or in some other way do not have the setting properly implemented, you will see requests sent through pcc.ashx.
imageHandlerUrl
This has been seen when trying to set up the pas-service reverse proxy redirect for Prizm Application Services (PAS).
A sample implementation of this setting can be found in the viewer.js around line 288.
viewer.js
options.imageHandlerUrl = options.imageHandlerUrl || "../pcc.ashx";