Configuring a Basic authentication profile

Configure a basic authentication profile so that messages sent to and from your application use basic HTTP authentication credentials.

You must complete the following task before you can configure an authentication profile: Creating an authentication profile.
  1. Open an authentication profile from the Explorer panel by clicking Records > Security > Authentication Profile and selecting a basic profile from the instance list.
  2. In the User name field, enter a valid user name for the scheme. The default property for this field is pyUserName.
    This field also supports the Global Resource Settings syntax ( =PageName.PropertyName ).
  3. In the Set password field, enter a password that is valid for the user name you provided. The default property for this field is pyPassword.
    This field also supports the Global Resource Settings syntax ( =PageName.PropertyName ).
  4. In the Realm field, enter the realm of the user account on the server to which you are connecting.
  5. In the Host Name field, enter the host name of the server to which the request is being sent.
  6. Select the Preemptive authentication check box to have the system send the basic authentication request before the server gives an unauthorized response.
    Selecting this check box reduces the overhead of making the connection.
  7. Click Save.