danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 158 forks source link

Fixes issue #229 about REST API post comment failing on honeypot field. #232

Closed danirus closed 3 years ago

danirus commented 3 years ago

From version 2.7.0, posting a comment using the REST API failed to process the honeypot field. This commit resolves the issue. There are two ways to post comments using the REST API, one consist of providing the honeypot, timestamp and security_hash fields, and the other consist of authorizing the request (See the Web API in the docs).