Reputation: 6032
In the documentation for SophosLabs File Malware Cloud Lookup API (https://api.labs.sophos.com/doc/lookup/files.html), a correlationId
is mentioned. How should this be generated? Should be unique for a caller or for each lookup?
Upvotes: 1
Views: 201
Reputation: 121
I would suggest to generate UUID4 (32 chars) for each request and add some constant pre/postfix (8 chars) as you wish.
Upvotes: 2