I have successfully been able to send a URL query string by putting the whole request in the Request URL and get the expected response.
However how should i now configure this query string with my data? If I use content type “None” and add Headers then the HTTP request fails. Am I doing something wrong here?
Help files state:
URL query string - you can make HTTP GET requests and use a query string in your URL. Note that values in the query string are only recognised in GET requests.