If in a POST request I call redirect '/' then Dancer2 will create a POST request to '/'. Is it possible to redirect to a different method (e.g. a GET request to '/')? Gabor