#Ghergy-Terminal-Webhook

1 messages · Page 1 of 1 (latest)

sage sinew
#

Hi there! Are you using cURL here or a different client library?

spice pewter
#

cURL

leaden bay
#

Hi 👋 I"m stepping in for @sage sinew

#

Can you share the request ID for this CURL request?

spice pewter
#

req_uXDhahIgxlQi9O

leaden bay
#

Perfect, thank ypu

#

Ah, okay. So the problem appears to be the cURL command. It's passing the whole "2020-08-27;terminal_server_driven_beta=v1" string as the api_version parameter.

spice pewter
#

so is the example wrong?

leaden bay
#

In the CURL snippet on the page you linked, there isn't a semi-colon in that string. Have you tried it without?

#
-d "api_version"="2020-08-27%3B terminal_server_driven_beta=v1"
spice pewter
#

there is a url encoded semicolon

#

%3B

#

and that is what i am passing

leaden bay
#

Ah. gotcha

#

in that case I would try specifying the terminal_server_drive_beta as it's own header