Question
Perform HTTP Get with listed parameters
Posted on August 11, 2016 at 09:40
I need to perform an HTTP Get request to a server that supports listed parameters, an example being:
myshop.com/storesrequest.aspx?userid=1234&zipcodes=123,456,789As you can see the zipcodes parameter supports a list of values separated by a comma.The problem with this is that the SPWF01S interprets the comma as another configuration parameter for the HTTP Get command.The server is a fixed third party server and cannot be changed.Is there a way to issue an HTTP Get that contains commas? #httpget