So my question is what is the right practise for securing GET HTTP requests. I have a GET endpoint that returns some data.
I have heard many people say GET requests don't need to be protected, Since if the request doesnt return any confidential data. It should be okay.
I wanted to know what the practise was in the industry?