February 2019
Intermediate to advanced
626 pages
15h 51m
English
A background in web requests is valuable before delving into interfaces that run over the top of Hyper-Text Transfer Protocol (HTTP).
PowerShell can use Invoke-WebRequest to send HTTP requests. For example, the following command will return the response to a GET request for the Hey, Scripting Guy blog:
Invoke-WebRequest https://blogs.technet.microsoft.com/heyscriptingguy/ -UseBasicParsing
Read now
Unlock full access