I have a question about basic authentication. The problem is that I have a webservice with slim framework and I would like only my application to access the routes that I created without user or password. How can I do this? All my routes are available through the browser, such as blocking access through the browser.