I have been seeking a solution to locally cache an XHR request on my computer for future use. Whenever I visit an online shop, I often encounter a form in the order page that includes a field with XHR. After filling out this field, I have to submit the form to complete my order. Unfortunately, during times of heavy traffic on the site, these files fail to load on my system, leading me to refresh the page multiple times. Is there a way to cache this data on my computer so I can access it without encountering these loading issues again? It's worth noting that other fields of the form load perfectly fine and do not pose any problems.