Could use all the help I can get on this integration. I’ve built this as regular string concatenation using :append and for the 0x00 I’ve copy/pasted ⊠ from the web (lacking a better solution of how to generate a 0x00 byte). Any ideas on the 0x00 and/or the “byte array” are highly appreciated. TIA!
Input is a byte array composed of ordered fields using zero byte (0x00) as a separator. There is no separator before the first field or after the last field. Some fields are always empty in which case the separators immediately follow one another. If converting HTTP header values, and url parts from string to byte representation you should use ISO-8859-1 encoding. For request body you should use the raw bytes as they are sent to the server. For JSON messages the character encoding should always be UTF-8.