I need to ask if there is any way to auto redirect without showing as 301 or 302 status in the network.
I found i solution with JS:
<script>window.location.replace(url);</script>
But the problem is when the URL with no content 204 the not redirected, and I need to make the redirect anyway.