Yaw-Ming Chen | I am not a HTTP protocol expert but I think we can get answer from Tcl manul (not Tcl IVR programming guide) In Tcl IVR API, not all commands and options are supported.Please refer to programming guide "HTTP command" <dl><dt><a name="M13"></a>:http::geturl url ?options?</dt><dd>The ::http::geturl command is the main procedure in the package. The -query option causes a POST operation and the -validate option causes a HEAD operation; otherwise, a GET operation is performed. The ::http::geturl command returns a token value that can be used to get information about the transaction. See the STATE ARRAY and ERRORS section for details. The ::http::geturl command blocks until the operation completes, unless the -command option specifies a callback that is invoked when the HTTP transaction completes. ::http::geturl takes several options:</dd><dd></dd><dd></dd></dl> |
| Please sign in to flag this as inappropriate. |