-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
When I try your demo locally:
const realtor = require('./realtorca');
let opts = {
ReferenceNumber: "W5254257",
};
opts = {
LongitudeMin: -79.6758985519409,
LongitudeMax: -79.6079635620117,
LatitudeMin: 43.57601549736786,
LatitudeMax: 43.602250137362276,
PriceMin: 100000,
PriceMax: 410000
};
console.log( realtor.buildUrl(opts) );
realtor.post(opts)
.then(data => {
console.log(data);
})
.catch(console.error);
… I get an HTTP 403.
Does this tool still work? It seems to depend on behaviour that I suspect the powers-that-be in Toronto RE want not to work.
Metadata
Metadata
Assignees
Labels
No labels