-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Labels:None
STR:
1. Go to the main page with article list
2. Press "Find" and wait for the page to load
3. Press "Find" once again
AR: "This request was generated by unauthorized application or resource" error is shown
ER: Search request completes without errors
Dev note: I would recommend to user GET requests for tag search instead of POST to avoid this. POST requests are meant to change the data, while here we're only querying it. It would also be much easier to provide proper pagination for GET requests.