Skip to content

Instantly share code, notes, and snippets.

@BlueSKySec
Created November 21, 2023 11:25
Show Gist options
  • Save BlueSKySec/f306693d68078441974c96d784ac1a9e to your computer and use it in GitHub Desktop.
Save BlueSKySec/f306693d68078441974c96d784ac1a9e to your computer and use it in GitHub Desktop.
How to GET & POST using PowerShell

[GET]-call in Powershell

Invoke-RestMethod -Method 'Get' -Uri http://www.spiegel.de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment