Searched refs:refererUrl (Results 1 – 1 of 1) sorted by relevance
210 const refererUrl = new URL(req.headers.referer); constant212 refererUrl.protocol = bmcUrl.protocol;213 refererUrl.hostname = bmcUrl.hostname;214 refererUrl.port = bmcUrl.port;215 proxyReq.setHeader('Referer', refererUrl.toString());