HTTP 403 (Forbidden) Code Issue

Hello, everyone! I’ve been experiencing an issue in Roblox with Http 403 (forbidden). I’m posting to a Discord webhook, and the entire system works completely fine in Roblox Studio. However, upon attempting to join the experience and post to the webhook, I receive a 403 error. I cannot figure out why this is happening. I tried a few troubleshooting solutions, looked around on the DevForu, and ensured that my experience was properly published before making this post. Does anyone have anything that can assist me?

Do you have Http Requests enabled in your game settings?

https://devforum.roblox.com/t/problem-with-discord-webhooks-and-roblox-http-requestes/150046

There’s an ongoing issue with Discord webhooks & Roblox at the moment, you’ll need to proxy your user agent when submitting requests.

Here’s a possible solution if you feel like spending the time:

2 Likes

Yes, I do have HTTP Requests enabled in my settings.

Discord has blocked all requests from Roblox due to many users using Discord as a logging service.

This has been known for a long time now. If you absolutely need to use webhooks, host your own server locally and send information to that instead.

1 Like