-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Document improvements to web cmdlets for 7.4 #9903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document improvements to web cmdlets for 7.4 #9903
Conversation
This change adds the **AllowInsecureRedirect** parameter to the web cmdlets. - Fixes AB#70151 - Resolves MicrosoftDocs#9689
This change adds the **PreserveHttpMethodOnRedirect** parameter to the web cmdlets. - Fixes AB#70152 - Resolves MicrosoftDocs#9690
This change documents the updated behavior for preferring the value of the **ContentType** parameter when the `Content-Type` header is defined in the value of the **Headers** parameter. - Fixes AB#70154 - Resolves MicrosoftDocs#9851
This change updates the docs for 7.4 to include the changed behavior for automatically setting the content type for PUT requests when the content type is not specified, aligning the behavior to the existing behavior for POST. - Fixes AB#70155 - Resolves MicrosoftDocs#9863
Learn Build status updates of commit 8a66abe: ✅ Validation status: passed
For more details, please refer to the build report. Note: Links can become broken if there are changes on the target sites. For any questions, please:
|
Learn Build status updates of commit 0fd1c9d: ✅ Validation status: passed
For more details, please refer to the build report. Note: Links can become broken if there are changes on the target sites. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Summary
This change documents several improvements to the web cmdlets in PowerShell 7.4:
-AllowInsecureRedirect
parameter #9689-PreserveHttpMethodOnRedirect
parameter #9690PR Checklist