2016-03-27 80 views
0

我跟隨this code sample創建我自己的CORS代理服務器。它工作正常,但當我點擊一個鏈接,我去一個無效的鏈接。nodejs:保存在代理服務器內

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

我如何處理請求留在我的代理服務器並繼續瀏覽?

感謝

編輯:圖片

+0

您是否可以通過更多信息更新問題? – Jay

+0

@Scarecrow請問這些足夠嗎? – blumonkey

回答

0

Anchortag 因爲開放源代碼鏈接的錨標記。你需要解析DOM。