Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 215 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 215 Bytes

Reproducer for ACL GET/POST Missmatch

GET /api/test - works
POST /api/test - redirects to login

Test with restricted methods annotation
GET /api/test2 - works
POST /api/test2 - redirects to login