> ## 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.

# Web requests and HTTP stacks on XBOX

> Debugging custom HTTP stacks, using xCurl, and troubleshooting web request traffic through proxies for XBOX GDK titles on console.

Explore web requests topics for XBOX game development.

<CardGroup cols={2}>
  <Card title="Debugging custom HTTP stacks" icon="network-wired" href="/build/console-features/networking/web-requests/debugging-custom-http-stacks">
    Use this article when your title uses a custom HTTP stack directly instead of xCurl and you need to debug traffic through a proxy such as…
  </Card>

  <Card title="Web requests" icon="plug" href="/build/console-features/networking/web-requests/http-networking">
    This article provides an overview of Hypertext Transfer Protocol (HTTP) and WebSocket web requests for Microsoft Game Development Kit (GDK)…
  </Card>

  <Card title="Winhttp" icon="circle-info" href="/build/console-features/networking/web-requests/intro-winhttp">
    This article explains how to use Windows HTTP Services (WinHTTP) functionality for a Microsoft Game Development Kit (GDK) title.
  </Card>

  <Card title="Xcurl" icon="network-wired" href="/build/console-features/networking/web-requests/intro-xcurl">
    This article describes the xCurl library, a Microsoft Game Development Kit (GDK) compliant implementation of the libCurl APIs.
  </Card>

  <Card title="Web requests" icon="network-wired" href="/build/console-features/networking/web-requests/web-requests-toc">
    This section provides an overview of APIs that enable secure HTTP and WebSocket communication for a Microsoft Game Development Kit (GDK)…
  </Card>
</CardGroup>

## See also

* [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

- [Debugging custom HTTP stacks](/build/console-features/networking/web-requests/debugging-custom-http-stacks.md)
- [Web requests](/build/console-features/networking/web-requests/web-requests-toc.md)
- [WinHTTP overview](/build/console-features/networking/web-requests/intro-winhttp.md)
- [Web request differences between GDK and XDK](/build/console-features/networking/xdk-migration/xdk-migration-web-requests-networking.md)
- [Inventory Stacks](/services/playfab/economy-monetization/economy-v2/inventory/stacks.md)
