Configuring a status check with a BaseUrl like http://something.com/ will cause the status checker to build URLs like http://something.com//status/aggregate and http://something.com//status/traverse. This PR fixes this by trimming the BaseUrl before usage.
Configuring a status check with a BaseUrl like
http://something.com/
will cause the status checker to build URLs likehttp://something.com//status/aggregate
andhttp://something.com//status/traverse
. This PR fixes this by trimming the BaseUrl before usage.