Getting up on Twilio

Das Goravani goravanis at gmail.com
Mon Mar 6 17:01:23 UTC 2023


HdrList is an optional parameter. It is an Omnis list with two character columns.. The list contains additional headers to add to the headers of the HTTP POST request. Note that the header name excludes the ‘:’, which HTTPPost inserts automatically when it formats the header.

How can I use the above to insert this:

-u your_account_sid:your_auth_token

I have the account SID string and token string. I just don’t know how to put this data into the HTTP Post command. 

I think that the header list described from Omnis manual above will insert my account SID and token with the : in-between them, I just don’t know how to get the -u in front of it. 




More information about the omnisdev-en mailing list