-
|
강의 듣다가 "응답 페이로드"라는 용어가 나왔는데 '페이로드'라는 용어 정리와 Payload 정보를 모두가 볼 수 있다면 괜찮을지 생각해보는 시간을 갖도록 합시다. |
Beta Was this translation helpful? Give feedback.
Answered by
seyxxn
May 26, 2024
Replies: 3 comments 1 reply
-
페이로드
예시{
"status":"OK",
"data": {
"message":"Hello, world!"
}
}
페이로드 데이터의 정보를 모두가 볼 수 있다면 ..?
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pracrobo
-
|
https://www.cloudflare.com/ko-kr/learning/security/glossary/malicious-payload/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
현재 웹보안 관련해서 조치중에있는데, 스터디 장소에서 간략하게 질문과 연관 지어서 말씀드리겠습니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

페이로드
예시
{ "status":"OK", "data": { "message":"Hello, world!" } }페이로드 데이터의 정보를 모두가 볼 수 있다면 ..?
참고한 사이트 : 위키백과(페이로드)