postman-app-support
postman-app-support copied to clipboard
Postman connection should allow page-paths as part of the URL to the self-managed Gitlab instance (or Github Enterprise Server)
Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
Our internal self-managed Gitlab is hosted under a page path that looks like this:
https://<FQDN>/gitlab
So, it is behind a page path /gitlab and not on the top-level of the domain.
Postman's API Builder is always truncating the page path, when adding this Gitlab to our API builder.
See attached screenshots for a visualization.
Describe the solution you'd like
In the form where I register the API Builder with self-managed Gitlab, I would like to have a box that can be optionally filled out for the page-path.
Maybe this picture helps understanding it better:
See also here for reference: https://learning.postman.com/docs/designing-and-developing-your-api/versioning-an-api/using-on-prem-git-repo/#connecting-to-github-enterprise-server-or-gitlab-self-managed
Describe alternatives you've considered
No alternative possible because the URL to our corporate Gitlab instance cannot be changes. It has to have the page path.