An error occurred while fetching the assigned iteration of the selected issue.
AKSubmission: Make AKInterestView side-effect free
In !18 (merged) a new view for online-indication of interest (AKInterestView
) was introduced. Although this is a GET request, it increases a counter variable (that is not counting the views of that page). It would be nicer if this was solved using a POST request (with CSRF-Protection and maybe even DOS detection).