NOTE: 5.65 Release - RETS Image URL Possible Breaking Change
As part of our move towards enhancing security across Paragon, with the 5.65 release on 6/19/2018, we have made some changes to Listing Image URLs.
This would apply to Listing Image URLs returned by RETS from GETOBJECT (when Location=1) and also URLs returned by Media resource searches.
For listing images that can be pulled using either HTTP or HTTPS protocol, the URLs will be returned in a "Protocol-Relative URL (PRURL)" format.
For example:
- This: "http://cdnparap50.paragonrels.com/ParagonImages/Property/.../image.JPG"
- Would become this: "//cdnparap50.paragonrels.com/ParagonImages/Property/.../image.JPG"
For listing images not hosted by Paragon, the URLs may still be returned in protocol specific format containing either "http:" or "https:" prefix.
2018-06-21 Update: Agent/ActiveAgent Photo and OfficeLogo URLs are protocol relative too just like the listing URLs.
Update 2018-07-24: SANDICOR HTTPS Images are now available for the image URLs from paragonrels.com.
Comments
I'm getting URLs back from the SANDICOR server in this format, but it appears the hostname included in those URLs, IMG-PARAGON.SANDICOR.COM is not accessible over https. Requests time out over https but succeed with http.
Sorry about that. There always has to be some exceptions. For SANDICOR you will need to add HTTP. At least for now
Any idea if/when that server will implement ssl? I put off fully implementing SSL on my client's website a while back because of the mixed content warnings with the media urls. Just want an idea of how much work I should put into an alternative.
See update above.
Thank you!