First time here? Check out the FAQ!
0

Unable to Login

  • retag add tags

Been trying to login and getting 401/403 responses depending on my login approach. I'm guessing I just have an issue with my login flow.

http://hsbor.rets.paragonrels.com/ret...

digest auth user: [removed]

curl --location --request GET 'http://hsbor.rets.paragonrels.com/rets/fnisrets.aspx/HSBOR/login?rets-version=rets/1.5' \ --header 'User-Agen: Python RETS' \ --header 'Accept-Encoding: gzip' \ --header 'Accept: /' \ --header 'RETS-Version: RETS/1.5'

REfindly's avatar
REfindly
asked 2020-06-08 12:46:02 -0500, updated 2020-06-08 14:22:28 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

There is a limit per login account on the number of logins that we allow per calendar day CST.
The limit for that HSBOR is 20,000 and your account has hit that limit the past 4 days.
A 403 error is returned when that happens.

bwolven's avatar
bwolven
answered 2020-06-08 14:20:19 -0500
edit flag offensive 0 remove flag delete link

Comments

We've addressed the HSBOR, Can you look at IRMLS for user REF%*dy9?

REfindly's avatar REfindly (2020-06-11 13:14:57 -0500) edit

Looks like you've hit the login limit the past 5 days for IRMLS too with that account.

bwolven's avatar bwolven (2020-06-11 17:14:41 -0500) edit

We've had that feed turned off for several days and still cannot login.

REfindly's avatar REfindly (2020-06-17 10:41:51 -0500) edit

Which feed are you referring to?

bwolven's avatar bwolven (2020-06-17 11:34:28 -0500) edit

IRMLS

REfindly's avatar REfindly (2020-06-17 11:36:16 -0500) edit

What URL are you using for IRMLS?

bwolven's avatar bwolven (2020-06-17 11:45:53 -0500) edit
REfindly's avatar REfindly (2020-06-17 11:46:40 -0500) edit

Since the URL is HTTPS you need to use basic authentication.
For HTTP we require Digest.

bwolven's avatar bwolven (2020-06-17 11:49:34 -0500) edit

Just saw a successful search come through on IRMLS.

bwolven's avatar bwolven (2020-06-17 11:55:32 -0500) edit

You probably want to change your RETS Version from 1.5 to 1.7.2 though.

bwolven's avatar bwolven (2020-06-17 14:17:18 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer