Coldfusion CFDOCUMENT creates a red X
问题 I have an issue with a server to server call with ColdFusion. Suppose I have two servers, each with a file: www.Content.com/webpage.cfm www.Badge.com/badge.jpg My source code looks like this: <cfdocument format="pdf" pagewidth="11" pageheight="8.5"> This is a simple PDF that was created to show issues with content generation on the server. This PDF uses an http:// reference to the badge server to show an image of a badged team member. <BR /> <BR /> <img src="https://www.badge.com/badge.jpg" /