412 - Precondition set by the client failed
412 - Precondition set by the client failed when evaluated on the Web server. The request was not completed due to preconditions that are set in the request header. Preconditions prevent the requested method from being applied to a resource other than the one intended. An example of a precondition is testing for expired content in the page cache of the client.
What exactly does this mean?
Also, does anyone here have any experience setting this up with PHP or have any resources that would be helpful? I am having no luck finding anything of the sort.
Thanks
Comments
What does your HTTP call that generates this message look like?
http://ncwv.rets.paragonrels.com/rets...
Something like that for example. I've tried adding params to the URL as well. Just trying to access the data from the browser
You have to login to the server before running any transactions.
I did login first
Im just trying to figure out why my script works on one rets server and not this one, that's all -- The logging in part, that is.
We'll need to see your HTTP conversation (via Fiddler or Charles, for example). If you have a small code snippet that demonstrates the problem, that would also be useful.