CarloToso
CarloToso
# PR Summary Very small cleanup of WebCmdlets ## PR Context ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when...
# PR Summary Untested and in an early stage, it probably won't work yet. This PR aims to add `-UnixSocket` support to `Invoke-WebRequest` and `Invoke-RestMehtod` - Switched from `System.Net.HttpClientHandler` to...
# PR Summary Add -PreserveHttpMethodOnRedirect switch to preserve the original HTTP method used in `Invoke-RestMethod,` and `Invoke-WebRequest` upon redirect. Replace some code with switch expressions ## PR Context Fixes #14531...
# PR Summary Add `-FollowRelLink` parameter to Invoke-WebRequest - Move `-FollowRelLink` and `-MaximumFollowRelLink` from InvokeRestMethodCommand.Common.cs to WebCmdletsPsCmdlet.Common.cs - Remove `_parseRelLink` --> we always ParseLinkHeader for both IWR and IRM -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
# PR Summary Fix Bug: `-OutputFile $null` / `-OutputFile ''` cause -OutputFile to be ignored ## PR Context #19043 ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Summary of the new feature / enhancement In WebRequestPSCmdlet.Common.cs line 1399 if we provide a `-Uri` with no scheme it defaults to http, is this the desired behaviour in...
# PR Summary Small cleanup Invoke-RestMethod ## PR Context ## PR Checklist - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing...
# PR Summary - Consider Content-Disposition in the autonaming of downloaded files - Add handling of edge case in naming - Add tests ## PR Context Contributes to #11671 follow...