관심있는 것들 정리
3GPP 29.510 spec g60 관련 본문
2020년 12월 release된 g60 spec에 redirection 기능이 추가됨
기존에는 redirection 관련하여 NRF 간 통신에만 redirection code handling이 있었으나,
이제는 NFRegister, NFDeregister, NFStatusSubscribe 등 일반 메시지에도 307 redirection이 추가되었다
redirection 관련하여 참조할만한 페이지
Understanding HTTP 307 Temporary Redirect Status Code in Depth (kinsta.com)
Understanding HTTP 307 Temporary Redirect Status Code in Depth
Learn all about HTTP 307 Temporary Redirect and 307 Internal Redirect responses and how they can help make your sites faster and more secure.
kinsta.com
RFC 7231 - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content (ietf.org)
perfectacle.github.io/2017/10/16/http-status-code-307-vs-308/
(HTTP) 상태 코드 - 307 vs 308
redirect를 위한 HTTP 상태 코드 301과 302에 대해 잘 모르겠다면 아래 링크를 참고하고 글을 읽도록 하자.301리디렉션 & 302리디렉션의 차이(사용법) 307 Temporary Redirect vs 308 Permanent Redirect307은 302와 유사
perfectacle.github.io
'programming > Network' 카테고리의 다른 글
Envoy SDS api (0) | 2021.09.30 |
---|---|
Linux netlink를 이용 ECMP 설정 관련 구글링 자료 (0) | 2021.01.17 |
command line에서 pcap에서 필터에 맞는 패킷만 추출하여 저장하기 (0) | 2014.06.23 |
pcapng 파일을 pcap 파일로 변환 (0) | 2014.06.23 |
Wireshark로 pcap 파일에서 이미지 추출하기 (0) | 2012.02.25 |