http: Support HTTP Basic Authentication
authorChrisludt <christian.ludt@isceco.admin.ch>
Tue, 8 Nov 2016 13:22:50 +0000 (13:22 +0000)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 1 Dec 2016 19:54:07 +0000 (11:54 -0800)
commit7a406355f8438ae77412847706f52f4ff8d8b073
tree673b4fce17abb8d3849916f71f325f8d932ffecb
parent2b1da7758433700a7a0de612befb2742101093c5
http: Support HTTP Basic Authentication

Adds two new options (username and password) to the
MWHttpRequest (and HTTP helper class) to enable
support for HTTP Basic Authentication on outgoing HTTP
connections.

Change-Id: If83f025bbe63769ba7bb4a824c5f12d5f1ec640a
includes/http/Http.php
includes/http/MWHttpRequest.php