Hi everyone,
My problem today is how to send an HTTP message to a web service deployed via Render and gunicorn.
Issue
Every time I try to contact the web service I get an error. Searching on the web, I've found this StackOverflow question that suggests the issue could be set off from a missing "/" character in the endpoint string.
I've tried in many ways, both including and excluding the final slash character, but I always get an error:
- When using a URL without the final slash (e.g.,
https://<renderProjectName>.onrender.com), the message is successfully sent but I get the errorHTTP/1.
.png)

.png)




