On Tue, 25 Jun 2013 08:11:13 +0200, David Mills <[email protected]> 
wrote:

Hi,

I have set
                $wgHTTPProxy = "http://<our proxy>:80";

but it requires authentication.  How can I set the username and password for 
such?  I can find any doc on MediaWiki or the web that specifies how.

Authentication how? Using basic HTPP auth? 
https://en.wikipedia.org/wiki/Basic_access_authentication

In this case you would just use a URL like htts://username:password@<our 
proxy>:80/ .

--
Matma Rex

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to