I had to make some changes to a part of the system, and in that part before I was just passing the data through GET, but now I can go through both GET and POST, but I'm having a problem with document.location.reload()
does not re-send the POST data like the one in the GET. It should have the same effect as pressing the F5 that re-sends the data.
Does anyone know how I can try to at least solve this?
I do not know if it's necessary, but in backend
I'm using php