I'm a beginner in web server and trying to execute some PHP script from Amazon Echo.
Basically I have an apache web server running (accessible from the internet over port 443). I also have a PHP script inside my web server https://web-server.mine/script.php
I've successfully run the PHP script from a web browser with a basic web authentication.
Now I'm trying to make a POST request from Amazon Alexa skills kit but I don't know how to pass the credentials so it could make a call to the URL.