0Pricing
API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway) · レッスン

プロキシサーバーとは

プロキシサーバーの定義とさまざまな種類を学び、ネットワーク通信とセキュリティにおける役割を理解します。

「プロキシサーバーとは」はCoddyKit上の無料API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)レッスンです。 これはレッスン1/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはAPI Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)コースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

What's a Proxy Server?

A proxy server is a middleman between your device and the internet — like asking a friend to place an order so the restaurant never sees your address.

Proxy: Your Network Agent

A proxy is a machine that sits between you and the web. Your request hits it first, it forwards to the destination, then relays the response back to you.

Why Do We Need Them?

Proxies do more than hide your address: they add security, mask your IP for privacy, cache pages for speed, and enforce access control.

The Middleman's Role

The flow is simple: your browser asks the proxy, the proxy fetches the page on your behalf, then hands the server's response back to you.

Forward Proxy: Client-Side

A forward proxy sits in front of clients and forwards their requests out to the internet. Clients are configured to use it, so the destination sees the proxy, not them.

Forward Proxy in Action

You'll find forward proxies in corporate networks filtering outbound traffic, bypassing geo-restrictions, and adding anonymity by masking the client IP.

Transparent Proxy: Invisible

A transparent proxy intercepts traffic with zero client config — users don't even know it's there. Routers quietly redirect traffic through it.

Where Transparent Proxies Live

Transparent proxies live at the network edge: ISPs cache content with them, public Wi-Fi enforces terms of service, and home routers filter for kids.

Proxies and Privacy

Proxies boost privacy because the destination sees the proxy's IP, not yours. But the proxy itself can log you — pair it with a VPN for real anonymity.

Test Your Proxy Knowledge

Based on what we've learned, what is the primary role of a proxy server?

What We Learned

You've got the core: a proxy is a middleman for your requests. Forward proxies are client-configured; transparent ones intercept invisibly. Next up: reverse proxies.

よくある質問

「プロキシサーバーとは」レッスンは無料ですか?

はい。「プロキシサーバーとは」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)コースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)コースには全4レッスンが含まれています。

「プロキシサーバーとは」で何を学びますか?

プロキシサーバーの定義とさまざまな種類を学び、ネットワーク通信とセキュリティにおける役割を理解します。 ブラウザで直接実行するハンズオンコードでAPI Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)を演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)を始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのAPI Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)は初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン1/4です。

「プロキシサーバーとは」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このAPI Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)レッスンでコードを書いて実行できますか?

はい。すべてのAPI Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)レッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. プロキシサーバーとは
  2. リバースプロキシの基礎
  3. API Gatewayの概要
  4. フォワードプロキシとリバースプロキシ:適切なツールの選択
← API Gateway & Reverse Proxy (Nginx + Spring Cloud Gateway)に戻る