(GH-9093) Clarify web cmdlet header validation#9100
Merged
sdwheeler merged 1 commit intoMicrosoftDocs:mainfrom Aug 8, 2022
Merged
(GH-9093) Clarify web cmdlet header validation#9100sdwheeler merged 1 commit intoMicrosoftDocs:mainfrom
sdwheeler merged 1 commit intoMicrosoftDocs:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
cd04059 to
6a1a554
Compare
This comment was marked as outdated.
This comment was marked as outdated.
6a1a554 to
fa6270e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
fa6270e to
83af4df
Compare
This comment was marked as outdated.
This comment was marked as outdated.
83af4df to
dcf2254
Compare
This comment was marked as outdated.
This comment was marked as outdated.
dcf2254 to
171817d
Compare
|
Docs Build status updates of commit 171817d: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
171817d to
2b0b404
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Prior to this change, the `Invoke-WebRequest` and `Invoke-RestMethod` cmdlets in 7.0.0 and higher included the **SkipHeaderValidation** parameter but not a specific example showing its use. This change adds a new example for both cmdlets to show: - How the cmdlets behave when an invalidly formatted value is specified for a header that has validation - How the cmdlets behave when the value is valid - How the **SkipHeaderValidation** parameter allows users to use values that would normally fail validation. This change also updates the formatting for the updated files to ease future maintenance.
2b0b404 to
e69b544
Compare
|
Docs Build status updates of commit e69b544: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Prior to this change, the
Invoke-WebRequestandInvoke-RestMethodcmdlets in 7.0.0 and higher included the SkipHeaderValidation
parameter but not a specific example showing its use.
This change adds a new example for both cmdlets to show:
for a header that has validation
that would normally fail validation.
This change also updates the formatting for the updated files to ease
future maintenance.
PR Checklist