Skip to main content

XblHttpCallGetRequestUrl

Gets the request url for the HTTP call.

Syntax

Parameters

call   _In_
Type: XblHttpCallHandle
The handle of the HTTP call. url   _Out_
Type: char**
The UTF-8 encoded url body string of the HTTP call. The memory for the returned string pointer remains valid for the life of the XblHttpCallHandle object until XblHttpCallCloseHandle() is called on it.

Return value

Type: HRESULT Result code for this API operation.

Requirements

Header: http_call_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

http_call_c
Last modified on August 4, 2026