Hey All –
i’m trying to put a curl::transfer http return to a variable so i can parse it. The post is happening, but the return value is 0 rather than the actual return from the web server.
set v [curl::transfer -verbose 1 -url $endpoint -post 1 -postfields $msg -httpheader $headers ]
what am i missing here?