You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tool/redmine-backporter.rb: Authenticate GET requests
bugs.ruby-lang.org now rejects anonymous JSON API requests with
403 Forbidden. The backporter already requires a Redmine API key and
uses it for write requests, but the read-only issue and journal lookups
were still sent without credentials.
Send the existing X-Redmine-API-Key header for those GET requests too,
so ls/show/done/last can keep using the JSON API.
0 commit comments