2021.2

Table Of Contents
All required information is summarized in the table, which has buttons to the right which allow
one to Add ( ), Edit ( ) or Delete ( )individual entries. Double clicking on any entry in the
table also launches the Edit dialog.
The options available in the Add/Edit dialogs are as follows:
l Name: Enter a unique name (case-sensitive).
l URL: Enter a valid URL (including the protocol, e.g. http://, and port).
l Authentication: Check to enable or disable the authentication options.
If enabled, select the type of authentication that the server uses:
l Basic authentication: The server authenticates a user by validating a password.
Enter the user name and password to authenticate to the server.
l Bearer authentication: Authentication is done by checking whether the bearer
token is valid. Enter a valid token.
The servers preferences also provides you with buttons to :
l Restore Defaults: Removes all custom servers from the list.
l Apply: This option applies the settings made within the current Preferences page, but
does not close the Preferences dialog.
------------------------------------------------------------------------------------------
Web preferences
Web Form preferences
These preferences define the default behavior of some form elements.
The preferences are as follows:
l Insert Form Field Defaults:
l Style: Defines how labels are added to input form elements:
l Wrap input with label: The label is wrapped around the element, such as
<label>First Name <input type="text" name="first_name"></label>
l Attach label to input: The label is placed before the input, and refers to it:
<label for="first_name">First Name</label> <input type="text" name="first_
Page 875