You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to filter requests by method.
With cross-origin AJAX requests, clockwork logs every single OPTIONS preflight request, which is kind of meaningless. Maybe these should be ignored except if explicitly included in a config setting.
The text was updated successfully, but these errors were encountered:
hey, ability to filter requests by closure is already on the todo list (#403)
ignoring pre-flight requests by default makes a lot of sense, adding that one as well. i've never noticed this being an issue with laravel though, are you using the vanilla integration?
It would be nice to be able to filter requests by method.
With cross-origin AJAX requests, clockwork logs every single OPTIONS preflight request, which is kind of meaningless. Maybe these should be ignored except if explicitly included in a config setting.
The text was updated successfully, but these errors were encountered: