URL

Prev Next
  1. <URL value="http://MY_DOMAIN_NAME/..." />

  2. <URL method="POST" contentType="text"  value="http://MY_DOMAIN_NAME/...">

  3.  <PayloadParameter key="parameter" value="value" />

  4.  <PayloadParameter key="serial" value="%_SerialNumber_%"/>

  5.  <PayloadParameter key="otp" value="%_OTP_%" />

  6. </URL>

When configuring the URL settings, we recommend using the https prefix. If you use the http prefix, the URL will be added to the TLS exclusions list.

  • URL: This element defines a URL to which Mobile Authenticator Studio will connect.

    • method: Specifies the HTTP method. Possible values are GET and POST. The default value is GET. The POST method cannot be used to open a dedicated URL in a web browser.

    • contentType: Specifies the content type of the HTTP method. Possible values are text and json. The default value is text. The json content type can only be used when managing push-and-login or push-and-sign operations using DIGIPASS Gateway.

    • value: Defines the URL to which Mobile Authenticator Studio will connect.

  • URL > PayloadParameter: If the HTTP method is POST, PayloadParameter elements are used to specify the data to post.

    • key: This attribute is mandatory.

    • value: This attribute is mandatory.

    PayloadParameter elements will be ignored if the HTTP method is GET.

The URL content must follow the standard URL encoding rule: unsafe ASCII characters must be replaced with %, followed by two hexadecimal digits.

The json content type can be used only to manage push-and-login or push-and-sign operations using DIGIPASS Gateway.