Hi, I have what I can only assume is an error in understanding. Whatever API call I do, I get a redirect to auth/login rather than any API response. Here is my test
curl "https:/\/domainofmyapp.com/api/application/servers" \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer ***' \ (key was changed) -X GET \
The response is an HTML page redirecting me to home