Re: TeraScript-Talk: JSON post to API endpoint

2023-07-26 Thread John Hotaling
Thank you, Robert! <@HTTPATTRIBUTE post_args> is exactly what I needed. I appreciate you providing JSONutils.tcf too. On Sun, Jul 23, 2023 at 3:32 PM Robert Shubert wrote: > You have access to the HTTP header using the <@HTTPATTRIBUTE> tag. Note > that <@HTTPATTRIBUTE Full_Header> will return

RE: TeraScript-Talk: JSON post to API endpoint

2023-07-23 Thread Robert Shubert
You have access to the HTTP header using the <@HTTPATTRIBUTE> tag. Note that <@HTTPATTRIBUTE Full_Header> will return everything in an array, which you can then parse to get custom headers. The payload of the request is available in <@HTTPATTRIBUTE post_args> TS7 can't parse json and