Support no-auth requests from Base Client
Base Client currently only makes requests by internally setting the authorization token in the request header. This is causing compatibility issues with signed URLs because they already include authentication information within the URL.
Need add a feature to allow base client to send a request that doesn't automatically include authorization token in the header.
Edited by Morris Estepa