SDAPI Client Application Identification 2.0
The Script Debugger API requires that all client applications identify themselves using a client ID.
Include the client ID in every API request by setting the
x-dw-client-id
HTTP header:
GET https://.../debugger/v1_0/threads
x-dw-client-id:ScriptDebuggerClient
Note: The Script Debugger is a single client
environment.