RESTDataSource UseSBMProxy() Method

Sets whether to use SBMProxy or not.

Function Signature

 void UseSBMProxy( bool value )

Parameters

Parameter Type Description

value

bool

Specify false to bypass; specify true to use SBMProxy.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.4.

Notes

By default, RESTDataSource calls go through the SBMProxy. This enables features such as OAUTH2 authentication. However, if desired, SBMProxy can be bypassed via UseSBMProxy( false ).

Related Topics

RESTDataSource