3.5Setting the Trace Identifier

Created on Aug 17, 2026~1 min read

Specifies a unique identifier for the request to facilitate tracking and debugging. This identifier is set in the X-Trace-ID request header.

cs
HttpRequestBuilder.Get("https://furion.net/")    .SetTraceIdentifier("your-id");