[Contents] [Prev] [Next] [Index] [Report an Error]

Providing the Password with the Username

To provide the password along with the username, the application emits the following tag sequence:

<rpc>
    <request-login>
        <username>username</username>
        <challenge-response>password</challenge-response>
    </request-login>
</rpc>

This tag sequence is appropriate if the application automates access to routing platform information and does not interact with users, or obtains the password from a user before beginning the authentication process.


[Contents] [Prev] [Next] [Index] [Report an Error]