Skip to content
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

Update Invoke-WebRequest to use -UseBasicParsing #37

Merged
merged 1 commit into from
Mar 11, 2017

Conversation

HowardWolosky
Copy link
Member

StoreBroker is being used on some systems where the
Internet Explorer engine is not available, or Internet
Explorer's first-launch configuration is not complete.

In those scenarios, it's necessary to specify -UseBasicParsing
with Invoke-WebRequest to indicate that it should use the response
object for HTML content without Document Object Model (DOM) parsing.

StoreBroker is being used on some systems where the
Internet Explorer engine is not available, or Internet
Explorer's first-launch configuration is not complete.

In those scenarios, it's necessary to specify -UseBasicParsing
with Invoke-WebRequest to indicate that it should use the response
object for HTML content without Document Object Model (DOM) parsing.
@msftclas
Copy link

@HowardWolosky,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@HowardWolosky HowardWolosky merged commit dd51495 into microsoft:master Mar 11, 2017
@HowardWolosky HowardWolosky deleted the fix/webrequest branch March 11, 2017 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants