diff --git a/dadi/lib/handlers/default.js b/dadi/lib/handlers/default.js index b9f65676..8f146fb1 100644 --- a/dadi/lib/handlers/default.js +++ b/dadi/lib/handlers/default.js @@ -50,7 +50,7 @@ DefaultHandler.prototype.get = function () { this.storageHandler = this.storageFactory.create( 'asset', - this.url.pathname.slice(1), + this.url.href.slice(1), {domain: this.req.__domain} )