Gareth Johnstone

Results 4 comments of Gareth Johnstone

Hi - I've literally just had to do this, thought id browse to see if anyone else had done it ('coz am lazy like that) Put this in your footer...

Also appear to be having the same issue - is there a chance of a fix @tarampampam ?

No worries, i know how projects can just take over! I'll have a crack at a fix and pr!

Based on a little digging around, I think this line might the reason query strings are producing a 404! https://github.com/tarampampam/webhook-tester/blob/92bd37197c5128ec03db8294469137456a6a2542/internal/http/fileserver/handler.go#L25 `path.Clean(x)` strips query strings - I'm not sure how the...