You need to sign in to do that
Don't have an account?

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.
You should add that website URL in "Remote Site Settings" under "Administration Setup".