Certain online shops I use don't easily allow you to bookmark an Order Status page.
That's because they use a POST request to access that info. So, the order number is not encoded in the URL. Which means that I can't bookmark the page (a bookmark just leads to the form to enter the order number).
So, I'm looking for a way to bookmark a POST request so that I can easily view my order status page without having to enter the order number again.
I'd love to hear about a browser extension (or built-in functionality), a dedicated app, or any other ideas.