Page MenuHomePhabricator

Access forbidden for MediaWiki API for Wikimedia HTTPS secure.wikimedia.org SSL access
Closed, ResolvedPublic

Description

From bug 13049 comment 11:

  • Comment #11 From Russell Blau 2009-06-15 12:53:55 UTC -------

Same problem as #10: https://secure.wikimedia.org/wikipedia/en/w/api.php
returns HTTP 403 ("Forbidden") -- just started as an issue today, as a
scheduled script ran without errors less than six hours ago.


Version: unspecified
Severity: enhancement
URL: https://secure.wikimedia.org/wikipedia/en/w/api.php

Details

Reference
bz19263

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:41 PM
bzimport set Reference to bz19263.
bzimport added a subscriber: Unknown Object (MLST).

Fixed with a live hack:

if ($secure) {
$url = "/$site/$lang$url";
}