> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XBOX의 웹 요청 및 HTTP 스택

> 콘솔용 XBOX GDK 타이틀에서 커스텀 HTTP 스택 디버깅, xCurl 사용, 프록시를 통한 웹 요청 트래픽 문제 해결을 다룹니다.

XBOX 게임 개발을 위한 웹 요청 관련 주제를 살펴보세요.

<CardGroup cols={2}>
  <Card title="사용자 지정 HTTP 스택 디버깅" icon="network-wired" href="/build/console-features/networking/web-requests/debugging-custom-http-stacks">
    타이틀이 xCurl 대신 사용자 지정 HTTP 스택을 직접 사용하고 있으며 프록시를 통해 트래픽을 디버깅해야 할 때 이 문서를 사용합니다.
  </Card>

  <Card title="웹 요청" icon="plug" href="/build/console-features/networking/web-requests/http-networking">
    이 문서는 Microsoft Game Development Kit(GDK) 타이틀을 위한 Hypertext Transfer Protocol(HTTP)과 WebSocket 웹 요청 개요를 제공합니다.
  </Card>

  <Card title="Winhttp" icon="circle-info" href="/build/console-features/networking/web-requests/intro-winhttp">
    이 문서에서는 Microsoft Game Development Kit(GDK) 타이틀에서 Windows HTTP Services(WinHTTP) 기능을 사용하는 방법을 설명합니다.
  </Card>

  <Card title="Xcurl" icon="network-wired" href="/build/console-features/networking/web-requests/intro-xcurl">
    이 문서에서는 libCurl API를 Microsoft Game Development Kit(GDK)에 맞게 구현한 xCurl 라이브러리에 대해 설명합니다.
  </Card>

  <Card title="웹 요청" icon="network-wired" href="/build/console-features/networking/web-requests/web-requests-toc">
    이 섹션에서는 Microsoft Game Development Kit(GDK) 타이틀에서 안전한 HTTP와 WebSocket 통신을 지원하는 API에 대한 개요를 제공합니다.
  </Card>
</CardGroup>

## 함께 보기

* [Game mesh](/build/console-features/networking/game-mesh/index)
* [Tools](/build/console-features/networking/tools/index)
* [XDK migration](/build/console-features/networking/xdk-migration/index)


## Related topics

- [사용자 지정 HTTP 스택 디버깅](/ko/build/console-features/networking/web-requests/debugging-custom-http-stacks.md)
- [GDK와 XDK의 웹 요청 차이점](/ko/build/console-features/networking/xdk-migration/xdk-migration-web-requests-networking.md)
- [웹 요청](/ko/build/console-features/networking/web-requests/web-requests-toc.md)
- [네트워킹](/ko/build/console-features/networking/gc-networking-toc.md)
- [게임 메시 통신: GDK와 XDK의 차이점](/ko/build/console-features/networking/xdk-migration/xdk-migration-game-mesh-networking.md)
