PowerShell Invoke-RestMethod cmdlet proxy – more on un-escaping forward slashes in URIs Recently I posted an article showing how to prevent Invoke-RestMethod from unescaping dots and slashes. Soon after that I got a great advice from Dave Wyatt, moderator for powershell.org forum. What he
PowerShell How to prevent Invoke-RestMethod from un-escaping forward slashes You may also want to read Invoke-RestMethod cmdlet proxy – more on un-escaping forward slashes in URIs While working on RabbitMQTools module I came across a problem with un-escaping forward slashes in Urls by
PowerShell Working with REST services in PowerShell With PowerShell 3.0 comes a wonderful Invoke-RestMethod cmdlet which much simplifies using REST services. The cmdlet handles all communication as well as data serialisation/deserialisation. Below gist shows how easy it is