We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
프록시, 리버스 프록시 관련 참고 링크 https://narup.tistory.com/238 https://sujinhope.github.io/2021/06/13/Network-%ED%94%84%EB%A1%9D%EC%8B%9C(Proxy)%EB%9E%80,-Forward-Proxy%EC%99%80-Reverse-Proxy.html
Sorry, something went wrong.
게이트웨이 vs 프록시 서버 https://velog.io/@hyun-jii/%ED%94%84%EB%A1%9D%EC%8B%9CProxy-vs-%EA%B2%8C%EC%9D%B4%ED%8A%B8%EC%9B%A8%EC%9D%B4Gateway
gRPC gateway
kmswlee
No branches or pull requests
통합점 : 게이트웨이, 터널, 릴레이
게이트웨이
클라이언트 측 게이트웨이와 서버측 게이트웨이
<클라이언트 프로토콜>/<서버 프로토콜>
프로토콜 게이트웨이
HTTP/*: 서버 측 웹 게이트웨이
HTTP/HTTPS: 서버 측 보안 게이트웨이
HTTPS/HTTP: 클라이언트 측 보안 가속 게이트웨이
리소스 게이트웨이
공용 게이트웨이 인터페이스
서버 확장 API
바꾸고 싶거나 서버의 처리능력을 최고치로 끌어 올리고자 서버 확장 API를 제공하였다.
애플리케이션 인터페이스와 웹 서비스
터널
CONNECT로 HTTP 터널 커넥션 맺기
User-agent: Mozilla/4.0
Proxy-agent: Netscape-Proxy/1.1
데이터 터널링, 시간, 커넥션 관리
어떤 가정도 할 수 없다.
SSL 터널링
SSL 터널링 vs HTTP/HTTPS 게이트웨이
터널 인증
릴레이
The text was updated successfully, but these errors were encountered: