REQUEST 썸네일형 리스트형 [Postman] Example of Pre-request Script When I was doing a project to make REST API Client, I had to make access token before request REST API.If the access token were expired, refreshing access token process was very bothersome process..When I using Postman to testing my REST API, I could make this authentication process to automatically with pre-request script.And easily access the authorization token with environment variables.. He.. 더보기 [JSP] post 한글 처리. 기본 톰캣의 charset은 8859_1로 되어있음. request.setCharacterEncoding("UTF-8")String data = new String(request.getParameter("name").getBytes("8859_1"), "UTF-8"); 요렇게 해줘서 하면 한글 정상적으로 나옴. 더보기 이전 1 다음