By default the value of qxpsm_responseasurl param is true. This is what is causing QuarkXPress Server Manager to pull a JPEG from its cache.
You can resolve this issue by adding an additional URL parameter with the original request to get binary data directly using qxpsm_responseasurl=false. The entire string would then read as:
http://localhost:8090/quark/servlet/qxpsm/richtext_api.qxp?qxpsm_responseasurl=false
Priyanka Bhotika
Comments