- Notifications
You must be signed in to change notification settings - Fork673
Closed
Labels
Description
As seen in#1977,#1934 and older issues, paginatedlist()
calls will fail when the server's external URL is not configured properly because we trust thelinks
headers returned by the GitLab server:
python-gitlab/gitlab/client.py
Line 1060 ind27cc6a
next_url=links["next"]["url"] |
Maybe we should warn (or fail explicitly) if we detect the base url differs from the URL advertised back by the server?
(Just to avoid new issues popping up every now and then)