caf_crossapp/plug_crossapp

Calls an external app CA method.

Properties:

     {appProtocol: string, appSuffix: string, appPort: number=,
      strictArgs: boolean}

where:

  • appProtocol: protocol to contact the CA, e.g., https.
  • appSuffix: the URL suffix, e.g., cafjs.com.
  • appPort: an optional port to contact the target. If missing, default
  • http or https ports used.
  • strictArgs: whether the number of arguments should match, or extra arguments provided can be ignored.
Source:

Extends