Luddinus
Results
13
comments of
Luddinus
> What http status code is used for the offending redirect? 302, Laravel defaults when there are session errors (422 if the request expects a json, but not the case)
@mannih @defenestrator Well, I solved this way: ``` @method('put') ... ```