OK awesome, that did the trick. It would definitely be great to at least have basic auth for both the gui and api.
D
DrewHasQuestions
@DrewHasQuestions
Posts
-
API calls redirect to Login Page -
API calls redirect to Login PageSo I'm trying to get the api to work. Whenever I make an api call, even a simple get request for the uptime status, I get the Stirling PDF login page returned as html. When I use the Swagger page to make the call to my domain, it works. Is this a CORS/Origin issue somehow? Is there some AUTH workflow I missed?
This happens in n8n, curl on my mac, and Postman.