| Thread Previous • Date Previous • Date Next • Thread Next |
On Thu, Aug 27, 2015 at 3:47 PM, Morten Olav Hansen <mortenoh@xxxxxxxxx>
wrote:
> headers: { "Authorization": btoa('admin:district' }
>
That should be headers: { "Authorization": 'Basic ' + btoa('admin:district'
}
--
Morten
| Thread Previous • Date Previous • Date Next • Thread Next |