It looks like you're new here. If you want to get involved, click one of these buttons!
local header = { 'Authorization: Basic '..base64_encode("user:password") }
Comments
http://username:password@url.com
or set header as:
http://lua-users.org/wiki/BaseSixtyFour
or any other lua base64 encoding lib out there