The ScreenSteps Online Knowledge Base Everything you need to know about ScreenSteps
Blue mango logo white 250
  • Table of Contents
  • Contact Us
ScreenSteps Documentation » ScreenSteps Live API » Generating the Authentication Header When Basic Authentication

Topics

  • Getting Started 4
    • Overview
    • API Calls
    • Generating the Authentication Header When Basic Authentication
    • Generating the Authentication Header When Using ScreenSteps Live API Key
  • How To's 2
    • Requesting and Displaying Image Data
    • How Do I Get a List of Manuals From the API?
  • Example XML Output 2
    • Spaces
    • Manuals
  • Example Code/Libraries 2
    • PHP Library
    • Ruby API Wrapper

Quicklinks

  • Downloads
  • View forums
  • Submit a help request
  • Contact us
  • Retrieve a lost license key

Last Updated

Dec 16, 2010

Download Manual PDF

Other Resources

  • ScreenSteps Desktop & Workgroup

  • ScreenSteps 2.9
  • ScreenSteps Workgroup
  • Customizing HTML Templates
  • ScreenSteps: Tips & Tricks
  • Creating Word Templates
  • Publishing to Blogs & Wikis
  • ScreenSteps Live

  • ScreenSteps Live
  • Setting up a New Admin, Editor or Author on ScreenSteps Live
  • ScreenSteps Live Support Client
  • Integrating ScreenSteps Live With Other Services
  • Collaborating on ScreenSteps Live
  • ScreenSteps Live Remote Authentication
  • ScreenSteps Live API
  • API Examples
  • Implementation Guides

  • Creating a Software Manual With ScreenSteps
  • Creating a ScreenSteps Live Support Site
  • Zendesk and ScreenSteps Live
  • Help Scout and ScreenSteps Live
  • FAQs

  • FAQs

Comments

0 comments for this lesson

  • Prev: API Calls
  • Next: Generating the Authentication Header When Using ScreenSteps Live API Key

Generating the Authentication Header When Basic Authentication

This lesson discusses how to create the header that is required when retrieving data from your ScreenSteps Live account using the ScreenSteps Live API and a user account's username/password.

Authorization Header When Using ScreenSteps Live User Account Username/Password

Content-Type: application/xml
Accept: application/xml
Date: Tue, 06 Jan 2009 17:56:39 GMT
Authorization: Basic AUTH_STRING

Generating AUTH_STRING

To generate the AUTH_STRING to use with Basic authentication you simply base64 encode the username and password separated by a colon.

Here is an example in PHP:

$header = "Authorization: Basic " . base64_encode($username . ':' . $password);

  • Prev: API Calls
  • Next: Generating the Authentication Header When Using ScreenSteps Live API Key

Comments (0)

Add your comment

E-Mail me when someone replies to this comment
Blue Mango Learning Systems © 2012