Post form from java backend and redirect to it [closed]

An HTTP POST request cannot be redirected.

10.3 Redirection 3xx

This class of status code indicates that further action needs to be taken by the user agent in order to fulfill the request. The action required MAY be carried out by the user agent without interaction with the user if and only if the method used in the second request is GET or HEAD.

Reference:

Leave a Comment