jazz-community / rtc-git-connector

Connect RTC work items with commits, issues, and requests from GitHub or GitLab
MIT License
6 stars 6 forks source link

HTTP 404 when GitLab instance hosted as a Context URL #46

Open abhikum1 opened 5 years ago

abhikum1 commented 5 years ago

RTC Server URL: https://hostname/ccm GitLab Server URL: https://hostname/git/ The plugin makes a call to get the user details at: https://hostname/api/v4/user? Which results in a 404 Not Found:

image

However making a rest call using rest client to the path hostname/git/api/v4/user returns a 200 OK code

image