Open namuller30 opened 1 year ago
Also appear to be having the same issue - is there a chance of a fix @tarampampam ?
Unfortunately, my regular workload is quite heavy, and any free time I have is dedicated to another one of my open-source projects (after all, there are only 24 hours in a day!). So, while I'd love to address this issue when I have the time, if someone else is able to submit a pull request with the fix, I'd be more than happy to review and merge it as soon as possible
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!
path.Clean(x)
strips query strings - I'm not sure how the code will behave once query strings are allowed - as it looks like its doing some kind of lookup here
Still trying to get this building on Windows 11 to test it :)
Could also be wildly incorrect here, only used Go Lang twice in my life 😂😂
Hello! Apologies for the late response, but I have good news - I have fixed this bug, along with a number of other improvements I made while working on version 2 of the app.
It would be great if you could try out the early test build and share your feedback. Do all the features work as expected? Did you encounter any crashes, or notice anything that isn’t functioning as intended?
The Docker image and precompiled binary files are available at this link: https://github.com/tarampampam/webhook-tester/releases/tag/v2.0.0-alpha1
When I make a request to a session and pass in query params a 404 is returned. I would expect them to be stored as part of the request and a 200 returned.