Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

URL translation via VSCODE_PROXY_URI drops query parameters

已關閉
#7,573 1 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
55/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
冷清
技術堆疊
typescript, vscode
領域
backend, devtools

研究方向

先閱讀 patches/proxy-uri.diff 的第 59-62 行,然後使用提供的 VSCODE_PROXY_URI 和包含 ?token=.... 的 URL 重現該翻譯。追蹤代理 URL 的組合方式,並驗證查詢參數仍保留在翻譯後的 URL 中。當 JupyterLab 範例之類的 URL 無需手動提供 token 即可運作時,即表示完成。

由索引模型根據 Issue 內容生成。

描述

bug
Is there an existing issue for this?
  • I have searched the existing issues
OS/Web Information
  • Web Browser: Chrome
  • Local OS: MacOS
  • Remote OS: Ubuntu
  • Remote Architecture: amd64
  • code-server --version: 1.102.2
Steps to Reproduce
  1. Run code-server with a configured VSCODE_PROXY_URI
  2. Attempt to redirect from a local URL to the proxy, where the URL contains a query parameter.
    (Example: http://127.0.0.1:8888/lab?token=2212f0697bfed279e9a6fa898291a0f44f313b3510965815)
  3. Observe that code-server will correctly translate the base url to 8888-{my-proxy}/lab, but that the query param token=... is not passed along. Navigating to the correct URL directly (8888-{my-proxy}/lab?token=...) works correctly.

The example I'm using here is based on attempting to launch jupyterlab via a terminal in code-server,
but this bug is not specific to jupyterlab, the problem presents itself for any URL that contains a query parameter part.

Expected

The query parameters are copied over to the proxied URL, and translation works seamlessly.

Actual

The query parameters are dropped from the proxied URL, and need to be manually supplied in order to provide the correct data to the server.

Logs

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

This cannot be tested in native VS Code

Does this bug reproduce in GitHub Codespaces?

I did not test GitHub Codespaces

Are you accessing code-server over a secure context?
  • I am using a secure context.
Notes

I suspect that this part of the proxy_uri patch does not function correctly, but I know too little of the workings of vscode to be sure.

主要語言
TypeScript
星號
79.4k
分支
6.9k
平均合併
2 天 13 小時
30 天內合併 PR
39

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

coder/code-server 的其他 Issue

查看 coder/code-server 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。