8.19Integrating with APIs Provided by Legacy Java Programs
Created on Aug 17, 2026~1 min read
When integrating with APIs provided by legacy Java programs, you usually need to enable the feature that automatically sets the Host header to ensure the request can be sent properly. For example:
HttpRequestBuilder.Get("https://furion.net") .AutoSetHostHeader(); // Enable automatic setting of the Host header