First time here? Check out the FAQ!
0

IP Address Restrictions?

  • retag add tags

Over the past year, we have been developing a new data loader to manage our ingestion of data from the MLSs that we receive data from. This is advantageous for both WolfNet and the MLS, in that while we would be making a higher volume of requests, the actual data download would be much smaller, as we are pulling smaller chunks of data with more frequency.

We are very close to pushing this into production, however, there are a few items that we wanted to verify and check on prior to that happening. Would you be able to provide information in regards to the below items?

  1. Is access to the data feed currently IP address protected? If so, would we be able to add additional addresses? IPs to add for our systems: 3.230.218.160 and 52.202.125.25

  2. Are there any restrictions or limitations in regards to the number of data requests allowed at one time? If so, can you please provide the limit and/or clarify the connection limits? Are multiple connections allowed?

Also, whatever the restrictions (or lack thereof), does this apply to ALL Paragon MLS feeds?

MLSNotify's avatar
MLSNotify
asked 2020-03-09 16:07:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Answers:
1. We normally do not block IP addresses unless they are determined to be misbehaving.
2. I would suggest that you open 2 connections per user account at the most.
Other Suggestions:
1. Make sure to call the Logout transaction when you are through using a session
2. We limit the number of RETS Login transactions per calendar day (CST) for a user account.
If this limit is exceeded we return a 403 error during Login.
To keep this from happening, do a login followed by multiple search or other transactions then logout.
3. Images, use the Media resource to get image URLs. If you need the binary, download it using the URL.

bwolven's avatar
bwolven
answered 2020-03-09 17:11:55 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer