- Faster processing: The response is available on your proxy integration sooner than on the client, reducing the last hop latency.
- Increased security: This approach can help prevent certain replay attacks, as the response coming directly from our backend is more trustworthy than the one received from the client.
Payload Format
Once Open Client Response is enabled, the response of thePOST / endpoint becomes a deobfuscated JSON with this specific format.
- The actual device intelligence result is encrypted inside the
sealedResultproperty. Decrypt the result as described in Sealed client results. If the runtime environment of your proxy integration is limited, you might not be able to use our SDKs to unseal the results. In that case, you need to write your own decryption implementation. - Data inside
products.identificationare placeholder values supplied for backward compatibility with the JavaScript agent, feel free to ignore them.
Open Response Format