How to access Rest API from https teamcity server?
hi, I have TC7 and I am not able to see the api docs for the Rest Api using;
https://myservername:myip/httpauth/app/rest/version
All pages under /httpauth/ give 404 errors.
Do I need a different path entirely due to the https vs http server configuration?
thank you :)
Please sign in to leave a comment.
Hello,
Sorry for the delay in replying.
Is the issue still actual?
I'd doublecheck the correctness of the URL, like casing:
https://myservername:myPort/httpAuth/app/rest/version
thank you! Sorry I forgot to click correct answer before.