-
Fix external issue tracker hook/test for HTTPS URLs · 7f3eb42fDaniel Gerhardt authored
If HTTPS was used for 'project_url', an error was raised because a HTTP connection was established to the default HTTPS port. The code has been corrected and simplified by using HTTParty. Additionally, the request now is made directly to the 'project_url' instead of the extracted root path.
7f3eb42f
×