← Back to team overview

dhis2-devs team mailing list archive

Re: Web portal CORS/preflight problem

 

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

References