CORS plugin: Custom Http Method

Kong is best api-gateway in the word.

but kong-cors plugin doesn’t support custom method. (current cors version, only support “OPTIONS,GET,HEAD,PUT,PATCH,POST,DELETE”)

restfulapi-design becomes more and more complicated.

So Kong should support custom method.

I wonder if there is a plan for this.

Thanks.

Don’t forget about the OPTIONS method too is supported too for pre-flight :slight_smile: . But I don’t necessarily think this as currently on the roadmap, albeit not too hard to do. I certainly have never come across a custom method in my days of api space work.

Sorry, I fixed support methods.
I know what you mean about adding custom method.
Thanks for your reply :sunglasses: