jamesturk/django-honeypot

DRF

maxclax opened this issue · 1 comments

How exempt all secure when use API of REST? Because I have 400 error when send POST with ajax to API

or meaybe I can add headers to check?

Added
path("article/<int:pk>/like", honeypot_exempt(views.ArticleLike.as_view()), name="article-like"),