Tuleap instances are expected to be served under HTTPS which make not possible to do a request to an HTTP endpoint because browsers blocks active mixed content (or to be more specific in our situation with the CSP Tuleap uses, the browser will attempt to upgrade the URL to https://).
In any case it's not a good idea to try to reach the GitLab server over HTTP since the request will contain credential information.