Hi,
I built a small code to create or update release in a github entreprise url thanks to your project.
But I made a small mistake by forgotten the s in the http url string. My fault ;-)
Because of that, all queries that I made (ListReleases, ListTags, and login) got the 301 return code and redirect appropriately to the https equivalent.
But not for CreateRelease or UpdateRelease.
I'm wondering if this behavior is normal one. I'm wondering if those functiona should redirect as well to the appropriate link, like others.
I would consider this as a bug, but I'd like to see if you do consider it as well.
If so, I could spend time to review the code and propose a patch.
Thanks
Hi,
I built a small code to create or update release in a github entreprise url thanks to your project.
But I made a small mistake by forgotten the
sin the http url string. My fault ;-)Because of that, all queries that I made (ListReleases, ListTags, and login) got the 301 return code and redirect appropriately to the https equivalent.
But not for CreateRelease or UpdateRelease.
I'm wondering if this behavior is normal one. I'm wondering if those functiona should redirect as well to the appropriate link, like others.
I would consider this as a bug, but I'd like to see if you do consider it as well.
If so, I could spend time to review the code and propose a patch.
Thanks