Server Code for GET Request Discord Webhook
Added 2020-04-04 07:25:18 +0000 UTCAs 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/