appmixer.utils.http.Delete
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Host url | text | Fully qualified uri. |
| Request headers | textarea | JSON object containing request headers. |
| Request body | textarea | Data to be send as request body. |
| Request body in base64 | toggle | Turn it on to encode request body in base64. |
| Response encoding | select | Set the encoding for response. Use null for binary. Note: Today's browsers follow the WHATWG spec which aliases both 'latin1' and ISO-8859-1 to win-1252. This means that while doing something like http.get(), if the returned charset is one of those listed in the WHATWG spec it's possible that the server actually returned win-1252-encoded data, and using 'latin1' encoding may incorrectly decode the characters. |
| Ignore SSL Certificate Issues | toggle | Enable this to ignore SSL certificate validation errors. Warning: This should only be used for testing or with trusted servers as it disables certificate verification. |
| CA Certificate File | filepicker | Optional. Upload custom CA certificate file (.crt, .pem) for servers with self-signed certificates. |
| Client Certificate File | filepicker | Optional. Upload client certificate file (.crt, .pem) for mutual TLS authentication. |
| Client Private Key File | filepicker | Optional. Upload client private key file (.key, .pem) for mutual TLS authentication. |
| Field | Type | Description |
|---|---|---|
| body | - | |
| headers | - | |
| request | - | |
| statusCode | - |