X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fcore%2Fapi_utils%2Fsockets.js;fp=skyquake%2Fframework%2Fcore%2Fapi_utils%2Fsockets.js;h=e2e44473529298d8ca19e24844276c8f28525980;hb=168f7b61f09549d4bf25ecd0805435b2cc3a5243;hp=0cd491883a5ba7b47dd41b688dc0bf588f8de62d;hpb=aa95200177f42de39a102a559713bde13dedb30d;p=osm%2FUI.git diff --git a/skyquake/framework/core/api_utils/sockets.js b/skyquake/framework/core/api_utils/sockets.js index 0cd491883..e2e444735 100644 --- a/skyquake/framework/core/api_utils/sockets.js +++ b/skyquake/framework/core/api_utils/sockets.js @@ -284,7 +284,7 @@ function PollingSocket(url, req, interval, config) { var pollServer = function() { Request({ - url: url, + url: utils.projectContextUrl(req, url), method: config.method || 'GET', headers: requestHeaders, json: config.payload,