Comment on 535 ways to reload the page with JavaScriptparentComments−pornel15yFor POST you should use POST-redirect-GET pattern with status 303.You can change URL in JS without creating history entry with location.replace().
Comments
For POST you should use POST-redirect-GET pattern with status 303.
You can change URL in JS without creating history entry with location.replace().