Adding Chaturbate Headers to CaptureGem To Bypass Rate Limiting
Reading time: 5 minutes
How to Copy a Chaturbate cURL Request and Paste It Into the App
Following this guide will help ensure your recordings from Chaturbate are less likely to encounter rate limiting errors. By using your own browser's cURL request, you make your app's requests appear more like normal browsing activity, which helps avoid blocks and restrictions.
This guide will walk you through the process of capturing a cURL request from Chaturbate using Google Chrome and pasting it into the CamSite Request Modal in the app.
1. Open Chaturbate in Google Chrome
- Launch Google Chrome.
- Go to https://chaturbate.com/.
- It may help to first sign in to Chaturbate, but possibly is not necessary.

Screenshot: Chaturbate Homepage
2. Open Chrome Developer Tools
- Right-click anywhere on the page and select Inspect, or press Cmd + Option + I (Mac) or Ctrl + Shift + I (Windows/Linux).
- The Developer Tools panel will open, usually docked to the right or bottom of the window.
- You can pop out the window if you choose to make it easier.
- In the Developer Tools, click on the Network tab.

Screenshot: Chrome DevTools Open
3. Verify Network Requests Are Being Recorded
- Make sure the network requests are being recorded (red button near top left)
- If the page is already loaded, refresh it (press Cmd + R or Ctrl + R).
- You will see a list of network requests being made by the page. Make sure to scroll to the top.

Screenshot: Network Tab Record Button Enabled
4. Find the Request to Copy as cURL
- Look for a request to
chaturbate.com
(aGET
request). This should be the first request. - Click on the request to select it.
- With the request selected, right-click on it.
- Choose Copy > Copy as cURL (bash) on Windows or Copy as cURL on Mac from the context menu.
Note for Windows users: Even if you are on Windows, make sure to select Copy as cURL (bash) and not Copy as cURL (cmd). The app expects the bash format, which works on all platforms.

Screenshot: Copy as cURL on Mac. Note for Windows users: Make sure to select Copy as cURL (bash)
5. Paste Into CaptureGem
- Go to the Settings tab in CaptureGem and click on Enable Chaturbate Rate Limit Bypass.
- Open the CamSite Request Modal in your app.
- Paste the copied cURL command into the textarea.
- Ensure the command is complete and matches the expected format.
- Click Confirm.
- Remember to click Save to save the settings.

Screenshot: Enable Chaturbate Rate Limit Bypass

Screenshot: Paste in Modal
If you encounter any issues, please contact support in our Discord server.
Note: Enabling the Chaturbate Rate Limit Bypass option will disable the proxy for Chaturbate requests.