function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nmnbawanmnbawa 

VF page with image from external website

I am trying to display the image on my custom VF page from an external website based on unique field called property_id__c on my custom object called property__c but the image is not being displayed. Can some one please help.

 

<apex:page standardController="Property__c">
<apex:image url="https://division.abc.com/osis/map.cfm?&mapid=LM-002&prid=property_id__c">
</apex:image>
</apex:page>

 

 

If I open the Url alone appended with ID it works. Please help.

Anoop yadavAnoop yadav
Hi,

You should add that website URL in "Remote Site Settings" under "Administration Setup".