Does using the redirects route to a function call change the method of the request from POST to GET?

Thanks for the update @coelmay … really appreciate it…

So just to reconfirm… by adding the status as 200, do I ensure that the GET request will stay as a GET and POST request will stay as a POST?

It’s a bit strange that the redirect has a common status defined before the request is sent to the server/function and that the status is not a response of the server/function, no? Is there something I am not understanding here?

Or is it that by defining the status one can actually define the verb of the function call? ie by defining the status as ‘200’ one defines it as a POST request and by defining it as a ‘301’ one defines it as a GET.

Would appreciate if you could help me clear up the confusion a little bit.