Open Amit-Dagar opened 4 years ago
Facing issues verifying webhook secrets in django because request.data.decode("utf-8") not works in django, No signatures found matching the expected signature
No signatures found matching the expected signature
request_data = request.body.decode('utf-8') works
request_data = request.body.decode('utf-8')
Facing issues verifying webhook secrets in django because request.data.decode("utf-8") not works in django,
No signatures found matching the expected signature