Help Center/ Meeting/ Server API Reference/ FAQs/ Performing Base64 Transcoding
Updated on 2022-07-04 GMT+08:00

Performing Base64 Transcoding

This section demonstrates Base64 transcoding of authorization tokens (Authorization and Conference-Authorization). The API for Performing Authentication is used as an example.

  1. Open the Notepad++ software, create a file, and enter username:password (use the actual username and password) in the created file.

    Use user01:123 as an example. Select and right-click the text user01:123, and choose Plugin commands > Base64 Encode from the shortcut menu.

  2. The value of Authorization for authentication is Basic dXNlcjAxOjEyMw==. The Base64-based transcoding of the authorization token is complete.