Hi Daniel , please add following headers in REST client "Fineract-Platform-TenantId: default" and "Content-Type: application/Json"
Regards Shreyaank On 12-Jul-2016 10:29 AM, "Shreyaank Byadagi" < shreya...@confluxtechnologies.com> wrote: > Hi Daniel, > To which server your communicating ? Demo server or local server > > Regards > Shreyaank > On 12-Jul-2016 10:01 AM, "Daniel Carlson" <dancarl...@gmail.com> wrote: > >> Hi all, >> >> For my Google Summer of Code project for this year, I need to get data >> from >> the Mifos platform. To that, according to the REST API documentation, I >> have to authenticate that request by by using a basic authentication key >> which I then used to make my requests. >> I have used this link: >> >> https://demo.openmf.org/fineract-provider/api/authentication?username=mifos&password=password&&tenantIdentifier=default >> >> but I get CORS errors despite my header configurations which I copied from >> the community app. >> So I setup my local server and used this link: >> >> https://localhost:8443/fineract-provider/api/authentication?username=mifos&password=password&&tenantIdentifier=default >> >> Now I get a 500 error code on Firefox and on Chrome I still get a CORS >> error >> >> Any help with this please? >> >> Cheers! >> Daniel Carlson >> >