1👍
✅
No, HTTP redirect simply is not stacked in the browser history, but the page it redirects to is.
It seems like you can go directly from one order page to another. Do you really want to do that? You could try to emulate the back
by using a javascript history framework, and manually redirecting to the providers page, but I wouldn’t recommend it. Just plan your navigation better.
Source:stackexchange.com