The HTTP X-Powered-By response 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
X-Powered-By: <application><application>A string describing the server application or framework.
Express applications will usually include the X-Powered-By header in responses with the string express as the field value:
X-Powered-By: expressNot part of any current specification.