Hi, I'm on a project with Restify. Looking at the documentation (http://restify.com/docs/request-api/#href) the req.uri method should be the req.href or req.url Here is giving an error because of this https://github.com/stormpath/stormpath-sdk-node/blob/da1d653d02a276296a0fc2616689c852d2c0db90/lib/ds/RequestExecutor.js#L64 restify-stormpath gets error because of this!!!
Hi,
I'm on a project with Restify. Looking at the documentation (http://restify.com/docs/request-api/#href) the req.uri method should be the req.href or req.url
Here is giving an error because of this
stormpath-sdk-node/lib/ds/RequestExecutor.js
Line 64 in da1d653
restify-stormpath gets error because of this!!!