X-Powered-By란?

  • goguma
    (고구마엔사이다)
  • goguma's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
02 Apr 2019 15:05 #4532 작성자: goguma
goguma 님의 글: X-Powered-By란?
스택오버플로에 좋은 글이 있어 줍합니다.


"X-Powered-By" is a common non-standard HTTP response header (most headers prefixed with an 'X-' are non-standard). It's often included by default in responses constructed via a particular scripting technology.

It's important to note that it it can be disabled and/or manipulated by the server. Some servers chose not to include it or even to provide misleading information to throw off hackers that might target a particular technology/version.

If I wanted to send out that response header in a PHP script it's as simple as including the following code:

header('x-powered-by: ZendServer 8.5.0,ASP.NET');

It cannot necessarily be trusted. The server in question could very well be using some combination of technologies you mentioned, or perhaps neither. It can be a helpful start, but there is no way to definitively tell what scripting software is being used on a server simply from an HTTP response.


stackoverflow.com/questions/33580671/wha...es-x-powered-by-mean
Time to create page: 0.052 seconds
Powered by Kunena Forum