DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Http-basic-auth-key - Make A Basic HTTP Auth Key String From A User Name And Password
http-basic-auth-key: func [user pass] [enbase rejoin [user ":" pass]]





