X-Powered-By header
The HTTPX-Powered-Byresponse header is a non-standard header for identifying the application or framework that generated the response.
| Header type | Response header |
|---|---|
| Forbidden response header name | No |
In this article
Syntax
http
X-Powered-By: <application>Directives
<application>A string describing the server application or framework.
Examples
>Express X-Powered-By header
Express applications will usually include theX-Powered-By header in responses with the stringexpress as the field value:
http
X-Powered-By: expressSpecifications
Not part of any current specification.