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

Reply via email to