web icon indicating copy to clipboard operation
web copied to clipboard

Unable to perform some REST API requests

Open dtbaker opened this issue 7 years ago • 1 comments

Describe the bug

Hello, I can successfully request endpoints such as /api/v1/images/latest_sequence using the REST API and a base64 encoded Authorization header

As documented here: https://doc.kerberos.io/2.0/web/aPI

But for some reason I cannot access other endpoints such as: /api/v1/images/days - this one just redirects me to the login form.

UPDATE It's now clear why I cannot access some API endpoints. I had a look at https://github.com/kerberos-io/web/blob/master/routes/api.php and can see the difference between Auth and Basic endpoints.

I'll just update this file with some new v2 endpoints and play with those. Thanks!

dtbaker avatar Jul 01 '18 13:07 dtbaker

Let me check

cedricve avatar Jul 14 '18 16:07 cedricve