[Bug] Invoke-RestMethod use proxy of scoop #5673
-
Bug ReportCurrent BehaviorI am trying to write a script like this and I configured a wrong proxy of scoop scoop -v
Invoke-RestMethod "https://raw.githubusercontent.com/scoopinstaller/install/master/install.ps1" and the Invoke-RestMethod will force use proxy
Expected BehaviorInvoke-RestMethod not use scoop proxy Additional context/outputPossible SolutionSystem detailsWindows version: [e.g. 7, 8, 10, 11] Scoop Configuration{
"proxy": "127.0.0.1:10809",
"scoop_branch": "master",
"last_update": "2023-05-11T21:29:43.2148099+08:00",
"scoop_repo": "https://github.com/ScoopInstaller/Scoop"
}
|
Beta Was this translation helpful? Give feedback.
Answered by
HUMORCE
Oct 2, 2023
Replies: 1 comment 2 replies
-
Could you please explain in detail the use case? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug, same as #5435