stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

HTTP PUT or DELETE on my hook timeout or return not found #283

Closed simocl closed 6 years ago

simocl commented 7 years ago

Hello,

HTTP GET and POST work fine. Is there something to do to have the PUT and DELETE working?

I used the curl command to my hook. My hook just returns the params received.

Can someone help me?

Thanks

Marak commented 6 years ago

@simocl -

Sorry about that, we must have lost the PUT and DELETE verbs awhile back when refactoring load-balancer.

I've added new test coverage and fixed the issue. Should be working again.

Please let me know if you have any more issues.