如何在nodejs中的浏览器地址栏中获取URL

时间:2013-09-04 14:53:30

标签: javascript node.js iframe

我在iframe中显示一个页面,在我的Node.js服务器中,我需要访问主页面的URL。

我不想在iframe中获取该页面的请求URL,但我需要浏览器地址栏中的URL,即主页面的URL。

2 个答案:

答案 0 :(得分:1)

Referer请求标头应包含您要查找的网址。

http://www.nczonline.net/blog/2013/04/16/getting-the-url-of-an-iframes-parent/

  

iframe内部页面的HTTP Referer标头始终设置为包含页面的URL。

答案 1 :(得分:0)

从此页面http://nodejs.org/api/url.html

尝试Url模块ctrl-f'pathname'