Example Credentials FileThe credentials file is an XML-based file. The following is an example of a credentials file: <auth> <credential> <username>creator</username> <password></password> <host>1.1.1</host> <port>*</port> <protocol>http</protocol> <scheme>BASIC</scheme> <prompt>80</prompt> <site>*</site> <url>*</url> <type>proxy</type> </credential> </auth> The XML file should have a single root node called <auth>, and contain zero or more <credential> nodes. The <credential> element contains exactly ten child nodes:
Note: All nodes should be declared. Use * for nodes that are not of interest. The values of these nodes should not contain non-ASCII characters. |