I'm attempting to POST to a uri, and send the parameter username=me
Invoke-WebRequest -Uri http://example.com/foobar -Method POST
How do I pass the parameters using the method POST?
See Question&Answers more detail:osI'm attempting to POST to a uri, and send the parameter username=me
Invoke-WebRequest -Uri http://example.com/foobar -Method POST
How do I pass the parameters using the method POST?
See Question&Answers more detail:os