Click or drag to resize

ControllerBuilderreverseProxyPath Method

Sets optional reverse HTTP proxy path.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public ControllerBuilder reverseProxyPath(
	string path
)

Parameters

path
Type: SystemString
Reverse HTTP proxy path.

Return Value

Type: ControllerBuilder
A reference to this instance
Remarks
If the agent runs behind the reverse HTTP proxy, and proxy passes /my_path/* requests to agent's port, then the path parameter should be /my_path/.
See Also