Casey Barnett

Results 9 comments of Casey Barnett

I would reccomend checking your configuration file and your webservers proxy settings first. Are you able to access other parts of the webserver (assuming you aren't running this alone on...

There isn't a way to do that with Discord itself other than client modifications. I would recommend looking into image effects for ShareX [https://getsharex.com/image-effects/](https://getsharex.com/image-effects/)

As far as I can tell from experience, Discord does some weird stuff with it. When using Cloudflare it works perfectly fine but if I setup my DNS Through my...

@Nuckerr Does cloudflare handle your DNS for your domain?

> > > I have setup hCaptch on my liste LOL. Your reply is helpful how?

You can generate the OAuth2 link from the dev portal. Replace the original with this and it will work. `https://discordapp.com/api/oauth2/authorize?client_id=${CLIENT_ID}&scope=identify&response_type=code&redirect_uri=${redirect}`

Our express server is designed as an inbound-only system, so any successful responses will only send 204 as there is no content that should be returned by the server. If...

If I send any form of the body, including an empty body object the server will send an explicit 200 response. I will test it and provide the result here.

Can confirm that sending an empty body with 200 was accepted. Post Script: _May I recommend updating the docs to reflect the explicit requirement of 200_