mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #421] --traffic-url中如果url中附带的有参数如?token=xxx会造成和bytes混在一起,--auth-url则不会,两个处理方法? #328
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#328
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 @Shandawei on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/snail007/goproxy/issues/421
--traffic-url中如果url中附带的有参数如?token=xxx会造成和bytes混在一起,--auth-url则不会,两个处理方法?
Expected Behavior
--traffic-url会像--auth-url一样自动处理后面附加的参数
Current Behavior
--traffic-url中如果url中附带的有参数如?token=xxx会造成和bytes混在一起
Possible Solution
和--auth-url一样进行处理
Steps to Reproduce
1.--traffic-url中url中附带的有参数如?token=xxx
Context (Environment)
Detailed Description
Possible Implementation
@snail007 commented on GitHub (Feb 22, 2021):
在下个版本中已经修复。
@Shandawei commented on GitHub (Feb 22, 2021):
@snail007 thanks.