[PR #3848] [CLOSED] fixed: API error when the proxy name contains "#". #4846

Closed
opened 2026-05-05 14:49:51 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3848
Author: @mrasong
Created: 12/15/2023
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 4991596 fixed: API error when the proxy name contains "#".

📊 Changes

2 files changed (+4 additions, -3 deletions)

View changed files

📝 server/dashboard_api.go (+3 -2)
📝 web/frps/src/components/Traffic.vue (+1 -1)

📄 Description

Summary

🤖[deprecated] Generated by Copilot at 4991596

This pull request fixes a bug that prevented proxies with special characters in their names from displaying traffic statistics in the web dashboard. It encodes the proxy name in the URL query string on the client side and decodes it on the server side in the dashboard API.

WHY

fixed: API error when the proxy name contains "#".


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3848 **Author:** [@mrasong](https://github.com/mrasong) **Created:** 12/15/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`4991596`](https://github.com/fatedier/frp/commit/4991596daea57d78dbc0320a6ac708f7dc288021) fixed: API error when the proxy name contains "#". ### 📊 Changes **2 files changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/dashboard_api.go` (+3 -2) 📝 `web/frps/src/components/Traffic.vue` (+1 -1) </details> ### 📄 Description ### Summary <!-- copilot:summary --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at 4991596</samp> This pull request fixes a bug that prevented proxies with special characters in their names from displaying traffic statistics in the web dashboard. It encodes the proxy name in the URL query string on the client side and decodes it on the server side in the dashboard API. ### WHY <!-- author to complete --> fixed: API error when the proxy name contains "#". --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:49:51 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4846
No description provided.