I am trying to develop a web service back-end for an Alexa skill, and this requires me to have very specific headers in the HTTP response.
Looking at the details of my response (using hurl.it), I have a whole bunch of HTTP headers that Amazon doesn't want. How can I remove the 'X-Clacks-Overhead', the 'Server', etc., responses.
I am using Flask and Python 3.