클라이언트가 서버로 요청할 때
요청 정보의 모든 속성을 보고 싶다면 아래와 같이 확인할 수 있습니다.
소스를 보게 되면
request.getAttributeNames()를 통해 전체 속성 정보 이름을 가져오고
반복문을 돌려서 모든 속성 정보를 출력합니다.
'dev > 스프링' 카테고리의 다른 글
UnsatisfiedDependencyException 에러 처리 (0) | 2021.09.03 |
---|---|
이미지 미리보기 (0) | 2021.07.27 |
spring custom error page (0) | 2021.07.23 |
cvc-id.3: A field of identity constraint 'web-app-filter-name-uniqueness' matched element 'web-app', but this element does not have a simple type. 에러 수정 (0) | 2021.06.10 |
Http 요청 한글 파라미터 인코딩 (0) | 2021.06.01 |