I have developed an RESTful API endpoint for the App Panel to consume. Everything works fine and dandy except now I want to secure that endpoint with authentication. This doc states that a Basic Authentication header will be sent together with the query params: App panels
I have inspected the http request (and of course configured everything in the market place manager), but I can’t seem to find anything related to an authentication/authorization header. Plz help, I may just be missing something crucial