files/en-us/web/http/reference/headers/x-powered-by/index.md
The HTTP X-Powered-By {{Glossary("response header")}} is a non-standard header for identifying the application or framework that generated the response.
X-Powered-By: <application>
<application>
Express applications will usually include the X-Powered-By header in responses with the string express as the field value:
X-Powered-By: express
Not part of any current specification.