SBM ModScript Reference → Programming SBM ModScript → Object Types → RESTDataSource → RESTDataSource UseSBMProxy() Method
Sets whether to use SBMProxy or not.
Parameter | Type | Description |
---|---|---|
value |
bool |
Specify false to bypass; specify true to use SBMProxy. |
Type | Description |
---|---|
None |
SBM ModScript version: 11.4.
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 ).
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.