XaiJu
753
753

patreon


Server Code for GET Request Discord Webhook

As promised, here is the server code for my VRChat Discord Webhook project.

Discord Webhooks require a PUT request to use, but VRChat doesn't have any way of sending a custom PUT request. You can however send a GET request (using VideoPlayers), so if you create your own server you can have it pass on information it receives from a GET request and send it as a PUT request.

I used a platform called ZEIT to host my server for free, you can find it here: https://zeit.co/


More Creators