Open codeit13 opened 1 year ago
Hello! Our hosted Graphene server is running behind a Cloudflare proxy. We don't return any 403 status as seen from the source code. We also do have a Telegram bot (running on a cloud VM) but we don't encounter such issues. You can see the code here https://github.com/teknologi-umum/bot/blob/0970fd115c7a229a2369b2dc65a2e33d32e6c67d/src/services/snap/utils.js#L30-L52
When I try to send a post request to the API endpoint from my AWS server, it doesn't works and gives me 403 Forbidden, where same piece of code works fine in my local enviourment. Can you please help?