mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 00:25:49 -06:00
[GH-ISSUE #272] HTTP_PROXY不支持特殊字符 #195
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @do21 on GitHub (Mar 11, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/272
你好,
由于PROXY密码中包含 @ 符号,于是没法用……
不知能否通过 HTTP_PROXY_USERNAME 和 HTTP_PROXY_PASSWORD 的方式来对密码中的特殊字符进行支持呢?
谢谢。
@fatedier commented on GitHub (Mar 11, 2017):
请 Google 搜索解决方案。
@do21 commented on GitHub (Mar 12, 2017):
将 @ 替换为 %40 后依然还是报错……