About 32,400 results
Open links in new tab
  1. Windows 11 Event log filled with thousands of Http Service Events 111 ...

    Jun 8, 2024 · Using Windows 11 up to date and and event viewer is filled with the following events: Event 111, HttpService Create URL group 0xFE0000022000000D. Status 0x0.

  2. In-experience HTTP requests | Documentation - Roblox Creator Hub

    You can use HttpService to send generic HTTP requests to third-party web services for use cases like analytics, data storage, or error logging. HttpService also supports certain Open Cloud endpoints.

  3. HttpService | Roblox API Reference

    HttpService allows HTTP requests to be sent from game servers using RequestAsync, GetAsync and PostAsync. This service allows games to be integrated with third-party web services such as …

  4. Pc Event Logs is flooded with those events: HTTP service - HTTP ...

    Oct 10, 2022 · it would then seem as if the offending service is HttpService itself. However, what processes/services registered these URLs are most likely at the root of the cause.

  5. HttpService:GetAsync | Documentation - Roblox Creator Hub

    This code sample uses HttpService's GetAsync to make a request to Open Notify, a web service that provides data from NASA. The request is made to an endpoint that provides information on how …

  6. Is HttpService logging to the Windows System log really meaningful ...

    Jun 30, 2025 · On my Windows 11 Pro 24H2 system, I've noticed that more than 20% of the System log entries come from Microsoft-Windows-HttpService. They seem to mainly appear during system …

  7. What is “HttpService”? - Scripting Support - Developer Forum - Roblox

    1 day ago · Hi I’ve seen this this service in somewhere, but I can’t understand it. Can someone explain what exactly HttpService is for me?

  8. HttpService:RequestAsync | Documentation - Roblox Creator Hub

    Code Samples This code sample demonstrates sending a single HTTP POST request with JSON data to the website httpbin.org, a website that helps debug HTTP requests. Here, we send some JSON …

  9. HttpService | Documentación del Centro de creación de Roblox

    HttpService permite enviar solicitudes HTTP desde los servidores del juego utilizando RequestAsync, GetAsync y PostAsync.

  10. HttpService.HttpEnabled | Documentation - Roblox Creator Hub

    This property must be toggled on through the Game Settings interface in Studio, or for unpublished experiences by setting this property to true using the Command Bar: game:GetService …