Forward auth making a get request not post

Hello guys,

im implementing auth forward with a middleware in traefik and got an issue that my service that requires auth always makes a GET request instead of a POST to an url like http://service/has-permissions instead of a post.

is there any way to force a post request?