![]() |
(10-14-2022, 04:51 PM)kenjis Wrote: ResponseTrait is not intended to use with filters. Ok, thank you. I want to check globally in my controller if access is allowed or not. Thats why i tried at first to use the Response Trait in the constructor of my controller but this is not working. Is it right, that some things, if used in the constructor, not work as expected? The Response Trait is one thing and the setHeader method does not set the header if i use it in the constructor. |
Messages In This Thread |
Bug (?) by using ResponseTrait within a filter - by groovebird - 10-14-2022, 10:02 AM
RE: Bug by using ResponseTrait within a filter - by kenjis - 10-14-2022, 04:51 PM
RE: Bug by using ResponseTrait within a filter - by groovebird - 10-15-2022, 04:16 AM
RE: Bug by using ResponseTrait within a filter - by kenjis - 10-15-2022, 05:37 AM
RE: Bug by using ResponseTrait within a filter - by groovebird - 10-15-2022, 06:06 AM
|