HTTP 썸네일형 리스트형 [HTTP] Error parsing HTTP request header HTTP 요청 헤더를 구문 분석하는 중 오류 발생이라고 하여, 테스트하던 curl의 헤더를 열심히 찾아보고 있었습니다. 해당 에러는 http로 된 url을 https로 호출할 때 발생합니다. 더보기 [Spring Hateoas 1.2] HTTP Method에 헤이토스 적용 - POST 1 2 3 4 5 6 7 8 9 10 11 @PostMapping("/employees") ResponseEntity newEmployee(@RequestBody Employee newEmployee) { EntityModel entityModel = EntityModel.of(repository.save(newEmployee), linkTo(methodOn(EmployeeController.class).one(newEmployee.getId())).withSelfRel(), linkTo(methodOn(EmployeeController.class).all()).withRel("employees")); return ResponseEntity .created(entityModel.getRequ.. 더보기 [APNs] APNs UDP <-> HTTP/2 토큰 방식 인증 기존 - UDP통신 - connection기반, 앱 별 connection - entrust CA 사용 - feedback으로 통신상태 확인 변경 - HTTP/2통신 - jwt(token)기반 - Geo Trust CA(인프라) - feedback 미필요 현재도 변경사항으로 구현 가능. 올해 11월 쯤에 UDP방식은 서비스 종료 예정. UDP 방식은 연결을 맺은 후 발송 및 피드백으로 지속적으로 사용. HTTP/2 방식은 필요시에만 호출. 더보기 이전 1 다음