You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mozilla/pdf.js#4530 (comment) as it described here solution for this issue is as follows
For the javascript viewer to display a remotely-hosted pdf document, the following configuration values are necessary:
Access-Control-Allow-Headers "range"
Access-Control-Expose-Headers "content-range, content-length, accept-ranges"
It looks like the final pdf file is loaded without a proper proxy, so it doesn't work if CORS headers are not enabled on geoserver.
The text was updated successfully, but these errors were encountered: