HTTP DELETE request.
[result, status] = http_delete(url) [result, status] = http_delete(url, <opt_args>)
A string containing the server address following by the optional port, the route of the request and query datas. syntax: "address:port/route?queryfield=querydata"
This represents a sequence of statements
key1=value1, key2=value2, ...
where key1
,
key2
, ... can be one of the following:
This option determines whether Scilab verifies the authenticity
of the peer's certificate.
If none
is given, no verification is performed.
![]() | Disabling verification of the certificate allows bad guys
to man-in-the-middle the communication without you knowing it.
Disabling verification makes the communication insecure.
Just having encryption on a transfer is not enough as you
cannot be sure that you are communicating with the correct
end-point. |
By default, follow
is false.
Set follow=%t
to follow eventual redirections.
Username and password can be specified for the websites which required authentication.
The syntax is auth="username:password"
Result is a string which contains the server answer or a scilab variable if the answer is in JSON format.
HTTP response code.
This function will perform an HTTP DELETE request.
The proxy configuration is used if it's enabled in the Preferences under the rubric "Internet".
Version | Description |
6.1 | Function introduced. |