Passing Parameterized URL (QueryString) with "&" character

I am sending data to a custom back end Server through an Advanced Webhook builder. I am able to pass a single parameter i.e. (http://www.gohere.com/getData.aspx?DID=1234). When I add parameters such as (http://www.gohere.com/getData.aspx?DID=1234&myVal1=Data1&myVal2=Data2) the transmission fails to send anything beyond the first value. I suspect it is due to the fact that the API uses the “&” character to string together values for the submission but not sure. I need to send a single parameterized URL with multiple values using the “&” character. Does anyone have any direction on how to accomplish this? Thanks.

The & is supported. If fields are missing it might be an issue with the variables you’re using as these might be left blank if the API can’t determine how to fill them in. We recommend using a site like requestbin.com to test out the route and determine exactly what is being sent.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.