Skip to content

Hook url should be able to contain http basic authentication

gitlab-qa-bot requested to merge github/fork/karuna/master into master

Created by: karuna

Currently hook url doesn't work if it contain http basic authentication username and password

http://username:password@url.com

This patch added http basic authentication in hook url

Merge request reports