nodejs:保留在代理服务器

时间:2016-03-27 10:42:36

标签: node.js proxy cors

我正在关注this code sample创建自己的CORS代理服务器。它工作正常但是当我点击一个链接时,我会转到一个无效的链接。

The proxy server is running

说,我在服务器中加载localhost:1377/?url=www.github.com,页面加载。

Github page is successfully proxied. Notice the Open Source tab (top-left)

但是当我点击任何链接(比如开源)时,我最终会转到http://localhost:1337/open-source而不是localhost:1337/?url=http://www.github.com/open-source

Where I end up after clicking the link. Notice the URL

如何处理留在我的代理服务器中并继续浏览的请求?

由于

修改图片

1 个答案:

答案 0 :(得分:0)

Anchortag 因为开源链接的锚标记。你需要解析DOM。