Skip to Content
웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것
book

웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것

by 최용, 앤드루 호프먼
February 2021
Beginner to intermediate
372 pages
6h 48m
Korean
Hanbit Media, Inc.
Content preview from 웹 애플리케이션 보안: 정찰, 공격, 방어 세 단계로 배우는 웹 애플리케이션 보안의 모든 것
127
5
API 분석
// promises 배열에 promise 객체를 추가
promises.push(promise);
});
/*
* HTTP 요청을 시도한 각각의 동사에 대한
* 프로미스의 결과를 콘솔에 출력한다.
*/
Promise.all(promises).then(function(values) {
console.log(values);
});
}
위 스크립트 함수는 기술적으로 단순하다.
HTTP
엔드포인트는 브라우저에 보낼 메시지와 상
태 코드를 반환한다. 어느 상태 코드가 나오는지 크게 관심이 없고 단지 상태 코드가 나오기만
하면 된다.
API
에 각각의
HTTP
동사에 대해 요청을 했다. 서버 대부분은 응답하지 않아 유효한 엔드포인
트의 맵을 만들 수 없으므로 요청에 대한 응답을
1
초 내에 받지 못하면
-
1
을 반환하는 케이스
를 추가한다. 일반적으로
1
초(
1
,
000ms
)
API
가 충분히 응답하고도 남는 시간이다. 테스트
상황에 맞게 이 시간을 조정하자.
모든 프로미스가 처리되면 출력된 로그에
HTTP
동사와 연관된 엔드포인트가 있는지 찾아보자.
5.2
인증 메커니즘
API
엔드포인트에 적합한 페이로드 형상을 추측하기는
API
엔드포인트의 존재를 확인하는 것
에 비해 훨씬 어렵다.
가장 쉬운 방법은 브라우저를 통해 전송되는 알려진 요청의 구조를 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

미술관에 GAN 딥러닝 실전 프로젝트: GAN으로 쓰기, 그리기, 게임하기, 작곡하기

미술관에 GAN 딥러닝 실전 프로젝트: GAN으로 쓰기, 그리기, 게임하기, 작곡하기

박해선, 데이비드 포스터
쿠버네티스 모범 사례: 쿠버네티스 창시자가 알려주는 최신 쿠버네티스 개발 및 배포 기법

쿠버네티스 모범 사례: 쿠버네티스 창시자가 알려주는 최신 쿠버네티스 개발 및 배포 기법

장정호, 브렌던 번스, 에디 비얄바, 데이브 스트레벨, 라클런 이븐슨

Publisher Resources

ISBN: 9791162243930