clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

request improving filter feature

Open syamsoul opened this issue 1 year ago • 4 comments

filter module should enable user to filter

  • by request method (example: GET, POST, PUT, etc)
  • by response http code (example: 500, 404, 401, etc)

image

syamsoul avatar Aug 04 '24 13:08 syamsoul

Hey, you can actually already to that, try method:post status:500.

itsgoingd avatar Aug 05 '24 02:08 itsgoingd

Hey, you can actually already to that, try method:post status:500.

ok sorry... by the way, thank you for this amazing package.. 🙏

syamsoul avatar Aug 05 '24 07:08 syamsoul

hey @itsgoingd .. i noticed sometimes the filter doesn't work as expected... for example, in the last 10 requests made, 1 of them is /api/login .... but when i put "login" in the filter input, it doesn't show anything... i even click the "Load more" button, but still no data shows.... i am very sure there's bug... but i'm not sure what and where..... maybe because of using CLOCKWORK_STORAGE=redis ??

syamsoul avatar Sep 04 '24 08:09 syamsoul

Hey, it's definitely a possibility, since Redis is our latest storage option and least tested. Also the first time I was writing some Lua scripts, haha. I'll try to use it on some project and see if we can make it better, but probably nothing we can fix soon.

itsgoingd avatar Sep 04 '24 09:09 itsgoingd