Error 401 of proper credentials with python Eve AuthToken

54 views Asked by At

How can I do authentication and authorization in a REST WEB API in order to get token secret, so that I can make POST requests?

This WEB API already exists, I try just to implement it in my local machine (https://github.com/nipreps/mriqcwebapi). It's based on python Eve, I already tried POST request with Basic authentication & Token authentication with curl, it returns the error message 401 of credentials.enter image description hereenter image description here Hasnae

0

There are 0 answers