Hi all, I was trying to forward a request to some ...
# talk-oathkeeper
s
Hi all, I was trying to forward a request to some endpoint by adding
remote
authorizer, but it seems it only accepts
POST
method. Is there a way to
force_method
to make a
GET
request in
remote
authorizer? Any help would be much appreciated.