#httpRequests
If you're interested in how to do this yourself, take a look at the BlueSky API, and Godot HTTPRequests!
docs.bsky.app/blog/create-...
docs.godotengine.org/en/stable/tu...
Posting via the Bluesky API | Bluesky
This blog post may become outdated as new features are added to atproto and the Bluesky application schemas.
docs.bsky.app
December 18, 2024 at 2:31 AM
A very nice tip from a friend was to store my game data in a google sheet, and then use some code to download and integrate it automatically:
Using Godot, it's quite easy, with curl through HTTPRequest to Google Sheet API 👍

Link to code below ⬇️
#gamedevtip #madewithgodot
August 11, 2025 at 7:00 AM
How to Identify and Update Power Automate HTTP Request Trigger Flows Before November 2025: Few weeks back, while working on one of our Power Automate flows, we noticed a banner warning on the HTTP Request trigger step. Microsoft has… @nishantranaCRM #PowerAutomate #HTTPRequests #MicrosoftFlow
How to Identify and Update Power Automate HTTP Request Trigger Flows Before November 2025
Few weeks back, while working on one of our Power Automate flows, we noticed a banner warning on the HTTP Request trigger step. Microsoft has announced that starting August 2025, all flows using HTTP or Teams Webhook triggers with logic.azure.com URLs will move to a new endpoint under environment.api.powerplatform.com. The old URLs will stop working … Continue reading "How to Identify and Update Power Automate HTTP Request Trigger Flows Before November 2025"
dlvr.it
December 19, 2025 at 4:21 PM
im not well versed enough in network code to know what exactly it counts as using, because the script starts a TCP server but the communication between client and server is done via HTTPrequests
August 27, 2026 at 1:48 PM
Ditch http—use dio for API calls! Interceptors, file uploads, and better error handling make it a top choice. Pro Tip: Add interceptors for custom headers or logs. #flutter #dart #httpRequests
December 13, 2024 at 12:00 PM
Does MSIE4 actually support httpRequests? Can I expect any AJAX-driven website to work on MSIE4?
November 11, 2024 at 10:40 AM