RedHttpClient
cyberpunk-2077 — Mods & Enhancements
RedHttpClient is a modder's resource plugin for sending HTTP requests, compatible with Redscript and CET. With 1,575 endorsements and 198,657 downloads, it's a widely adopted tool for modders integrating web services into Cyberpunk 2077. Last updated September 2025, it remains actively maintained.
📦 Full mod page on discovermods
Downloads, ratings, compatibility info, installation guides, and user reviews.
View on discovermods →Syntax
Modders Resources
Example
Downloads: 198,657 | Endorsements: 1,575
💡 Notes
By Rayshader | v0.7.0 | 1,575 endorsements
🎯 Tips & Tricks
Make sure you have either Redscript or CET installed before adding this — it won't work without one of them.
Check the mod's forum posts or GitHub for usage examples, since the description doesn't include any code snippets.
If you're new to modding, start with a simple HTTP GET request to a test API to verify the plugin works.
🔧 Troubleshooting
Mod not working
Check load order and required dependencies. Read the full mod description.
⚠️ Common Mistakes
- Installing multiple mods that modify the same files without checking compatibility
👍 Pros
- Huge adoption: 198k downloads and 1.5k endorsements show it's the go-to for HTTP modding.
- Works with both Redscript and CET, so you can use it regardless of your scripting setup.
- Actively updated (Sept 2025) — you're not installing a dead mod.
👎 Cons
- Strictly for modders — if you're a player, this does nothing for you out of the box.
- No documentation or usage examples provided in the description, so you'll need to dig into the source or community guides.
- Requires Redscript or CET to function, so you need those dependencies installed first.