javascript - How to get the url in browser address bar in nodejs -
i displaying page in iframe, , in node.js server need access main page's url.
i not want request url page in iframe, need url in browser's address bar, 1 main page.
the referer request header should contain url looking for.
http://www.nczonline.net/blog/2013/04/16/getting-the-url-of-an-iframes-parent/
the http referer header page inside of iframe set containing page’s url.
Comments
Post a Comment