Actions
Defect #37562
closedPOST Requests to repository WS fail with "Can't verify CSRF token authenticity"
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The issue has been reported as #33029#note-6 and #33029#note-8.
Started POST "/sys/fetch_changesets" for 127.0.0.1 at 2022-08-09 14:53:41 +0900 Processing by SysController#fetch_changesets as */* Parameters: {"key"=>"XXXXXXXX"} Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms | Allocations: 169) ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken):
Files
Related issues
Updated by Go MAEDA about 2 years ago
- Related to Patch #36317: Set default protect from forgery true added
Updated by Go MAEDA about 2 years ago
- File 37562.patch 37562.patch added
Attaching a patch to fix the issue.
Updated by Go MAEDA about 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you for reporting the issue.
Updated by Yasuhiro Oguro about 2 years ago
MAEDA-san arigatou gozaimasu.
Regards,
Actions