- XSS PHP
- swagger 500 error
- 하드 마이그레이션
- 말줄임표시
- 바코드 생성하기
- JavaScript
- ViewBag
- 강제이동
- javascript 바코드 생성
- ASP.Net Core 404
- 타임피커
- php 캐쉬제거
- asp.net dropdownlist
- 원격ftp
- SSD 복사
- asp.net core Select
- 맥 오라클설치
- javascript redirection
- asp.net core swagger
- asp ftp
- 하드 윈도우 복사
- XSS방어
- ViewData
- simpe ftp
- jquery 바코드생성
- asp.net Select
- TempData
- Mac Oracle
- django 엑셀불러오기
- 404에러페이지
웹개발자의 기지개
[윈도우서버] Server Microsoft HTTP API2.0 제거하기 본문
응답 헤더부에 Server Microsoft HTTP API2.0 제거하기
보안상 서버의 정보가 가급적 안나오는게 좋다.
레지스트리 값을 수정한다.
Open Regedit
Navigate to: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
If DisableServerHeader doesn't exist, create it (DWORD 32bit) and give it a value of 2.
If it does exist, and the value isn't 2, set it to 2.
Reboot the server OR restart the HTTP service by calling "net stop http" then "net start http"
참고 : https://serverfault.com/questions/941585/how-to-remove-microsoft-httpapi-2-0-header-on-iis-8-and-10
How to Remove Microsoft-HTTPAPI/2.0 Header on IIS 8 and 10
I'm trying to remove Microsoft-HTTPAPI/2.0 server header from my HTTP responses following this article form MSDN. Currently I'm applying the registry-based solution on Windows Server 2008 R2 and Wi...
serverfault.com
참고 : https://docs.liquit.com/docs/lws-appendix-web-server-remove-the-httpapi-20-header
참고 : https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=best798&logNo=220229767262
'윈도우서버' 카테고리의 다른 글
| [윈도우서버] iis 상에서 이미지 MIME 추가하기 - SVG 파일 (0) | 2024.09.03 |
|---|---|
| [SSL] 윈도우서버 SSL 연동하기 (https) (1) | 2023.12.27 |
| [윈도우서버] IIS상에서 파일 다운로드, 업로드 용량 설정 (0) | 2021.09.25 |
| Login timeout expired 에러 메세지 - 연결제한시간 늘리기 (0) | 2020.09.15 |
| [윈도우서버] 방화벽상에서 ip 차단하기 (0) | 2020.06.19 |
