While working on an AMX project involving a lot of HTTP requests I came across some methods that required Basic Authentication. In regards to HTTP, Basic Authentication allows for a web client, such as a browser, to provider user credentials to the server when making a request. A colon ‘:’ is appended to the user [...]