An HTTP requests module for Roblox designed with control and flexibility in mind.
Module documentation here
RBXRequests supports setting cookies for each request, opening up many possibilities, such as ranking Roblox users in a group, interacting with a Roblox account, or signing into many other services.
Though, the built-in HTTPService already supports setting headers, this module is designed to make the experience even more intuitive.
Most functions in this module include a single, simple dictionary as a parameter for requests. This dictionary should include a URL, headers (optional), and cookies, (optional).
Thanks to the help of rprxy by sentanos, we have been able to easily bypass some of the restrictions of HttpService
JSON data is automatically converted into a Lua table/dictionary if detected. This removes the need to decode JSON yourself.