Showing posts with label Basic Authentication. Show all posts
Showing posts with label Basic Authentication. Show all posts

Friday, February 17, 2012

How to send Basic Authentication credentials in HTTP POST

You need to set the Request Headers as:

Authorization: Basic

** UsernamePassoword should be separated with a colon e.g., Username:Password and then encoded to Base64