Skip to content

Add support for Mediawiki NetworkSession auth

Ebernhardson requested to merge work/ebernhardson/private-wiki-auth into main

To communicate with private wikis we need to pass a specific header to authorize the read requests. For simplicity purposes we pass the authorization header to all mediawiki requests, rather than providing them only for wikis that require the header.

Bug: T345185 Change-Id: I8fcd62506f72081702aaa1fa2e9e1ea90ea7c91f

Merge request reports