#HTTPRequests
Does MSIE4 actually support httpRequests? Can I expect any AJAX-driven website to work on MSIE4?
November 11, 2024 at 10:40 AM
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
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