There is a link to page B on page A. Click the link to jump to page B. If I search for a piece of data on page A (page A uses the POST submission method when searching and the data has nothing to do with page B). After searching for the data, Then click the link on page B. After entering page B and then click the browser's return button to return to page A, an error will occur. If you do not search for data on page A and directly click the link to enter page B, then click the return button of the browser to return to page A. The error does not occur. Why? Is it related to the POST submission method?
get
? This is a very normal scene! In some websites, the search webpage must have links to other pages, and there must be more than one link. From what you describe, it is post
submit and return.