python-discord-webhook
python-discord-webhook copied to clipboard
Please add support for verify SSL
Hi,
I was working on a project where I need to use a self-signed certificate to send requests to any external server eg: discord. As there is no support like the "requests" module verify=ca-certificate.cer in this library. Are you going to work with the certificate things?
Reference:
https://github.com/psf/requests/blob/e36f34597ca96c40dbb81d63a8fe9ac0860b8dc3/tests/test_requests.py#L912
Looking forward to hearing from you.
Thanks
I'll look into this.