Basic Information

appmixer.utils.http.Get

1.0.0

Public

This action sends HTTP GET request to external services.

Input Ports

in

FieldTypeDescription
Host url text Fully qualified uri.
Request headers textarea JSON object containing request headers.
Query parameters textarea Query parameters expressed as JSON object of key/value pairs
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.

Output Ports

response

FieldTypeDescription
body -
headers -
request -
statusCode -

Full Metadata