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
Syntaxpublic ControllerBuilder reverseProxyPath(
string path
)
Public Function reverseProxyPath (
path As String
) As ControllerBuilder
public:
ControllerBuilder^ reverseProxyPath(
String^ path
)
member reverseProxyPath :
path : string -> ControllerBuilder
Parameters
- path
- Type: SystemString
Reverse HTTP proxy path.
Return Value
Type:
ControllerBuilderA 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