First time here? Check out the FAQ!
0

San Diego Photo Urls

Should the photo URL protocol behavior described here still apply to the San Diego database?

All of the image URLs I'm getting from GetObject requests are http, not https nor protocol-relative. They all use cdnparap00.paragonrels.com as the hostname.

Also, based on a random sampling of them, they respond equally on https with a valid certificate, so would it be safe adjust those URLs to https on the way into my database?

RETS Account Details:

Example RETS Request/Response: (Auth/Identity headers removed)

POST /rets/fnisrets.aspx/SPN/getobject HTTP/1.1
Host: spn-rets.paragonrels.com
Accept: */*
RETS-Version: RETS/1.7.2
Content-Length: 54
Content-Type: application/x-www-form-urlencoded

ID=190015914:1&Location=1&Resource=Property&Type=Photo

HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 52
Content-Type: text/xml
Expires: Mon, 01 Jan 0001 00:00:00 GMT
Location: http://cdnparap00.paragonrels.com/ParagonImages/Property/p0/SPN/190015914/0/0/0/2cfa5398710b3a49a2019eb2cfb32faf/1/f045cfc0e0275a7983261e2ea84c2400/190015914.JPG
RETS-Server: RETS-Paragon/1.0
RETS-Version: RETS/1.7.2
MIME-Version: 1.0
Content-ID: 190015914
Object-ID: 1
Content-Transfer-Encoding: 8bit
X-SERVER: A03
Date: Mon, 25 Mar 2019 21:38:42 GMT

<RETS ReplyCode="0" ReplyText="SUCCESS" >
</RETS>
tmanhollan's avatar
tmanhollan
asked 2019-03-25 16:47:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

The note should still be valid. Looking into the issue.

bwolven's avatar bwolven (2019-03-25 17:53:23 -0500) edit
add a comment see more comments

1 Answer

0

Thank you for reporting this.
URLs using "cdnparap*.paragonrels.com" should work as either "http:" or "https:".
These URLs should have been returned as protocol relative, as documented in the question you referred to.
It has been fixed but was previously configured incorrectly.
Here is what is returned by your example:
"//cdnparap00.paragonrels.com/ParagonImages/Property/p0/SPN/190015914/0/0/0/2cfa5398710b3a49a2019eb2cfb32faf/1/f045cfc0e0275a7983261e2ea84c2400/190015914.JPG"

bwolven's avatar
bwolven
answered 2019-03-26 09:55:52 -0500, updated 2019-03-26 09:57:45 -0500
edit flag offensive 0 remove flag delete link

Comments

Great! Thanks for the quick response and fix!

tmanhollan's avatar tmanhollan (2019-03-26 09:58:46 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer