motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.77k stars 319 forks source link

Proxy: default to accepting any method #487

Open nox-4O4 opened 1 year ago

nox-4O4 commented 1 year ago

Currently, only GET requests are allowed when the methods field is not specified. This does not match documented behaviour:

https://github.com/motiv-labs/janus/blob/aa38d1390fac2df7a07be16377b31093fa66eb90/docs/proxy/request_http_method.md?plain=1#L3-L6

This PR makes the proxy default to accepting any method.