How do I set http header for basic authorization using YUI connection manager ?
env: yui 2.8.1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The API documentation is the best place to look for features not listed in the examples. (This is true of any library, not just YUI!)
The value for a basic access authentication header should be a base 64 encoded concatenation of the username, a colon and the password.
You can include this script to base64 encode.