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
In this case, the Content-Type: application/pdf in the HTTP response does not match that which was captured. While it may be a philosophical issue as to whether the wrapper should be preserved, there seems to be an issue with capturing the PDF's contents. This may be due to WARCreate checking with the faux DOM for embedded resources and there being a conflict with the Content-Type (really application/pdf but the presentation contains content like text/html).
Also, it may be questionable whether WARCreate is currently configure to scrape this URI in the embed, generated by Chrome.
The text was updated successfully, but these errors were encountered:
When viewing a PDF in Chrome, the browser creates a faux DOM as a wrapper of the PDF content. For example:
In this case, the
Content-Type: application/pdf
in the HTTP response does not match that which was captured. While it may be a philosophical issue as to whether the wrapper should be preserved, there seems to be an issue with capturing the PDF's contents. This may be due to WARCreate checking with the faux DOM for embedded resources and there being a conflict with the Content-Type (really application/pdf but the presentation contains content like text/html).Also, it may be questionable whether WARCreate is currently configure to scrape this URI in the embed, generated by Chrome.
The text was updated successfully, but these errors were encountered: