I have endpoint using POST method ( registering token for example ), after job done I want to redirect client to "/" url, but using GET not POST. How to achieve this ?
For now I have:
redirect("/", StatusCodes.PermanentRedirect)
I have endpoint using POST method ( registering token for example ), after job done I want to redirect client to "/" url, but using GET not POST. How to achieve this ?
For now I have:
redirect("/", StatusCodes.PermanentRedirect)