Is it safe to pass parameter to URL?
I follow the API express tutorial, and apparently I can update the database through the service URL. The below example is mine which I got working.
https://appery.io/apiexpress-api/rest...
My question is, is this a safe way to pass parameters? As it is passed in the URL, is it possible for anyone to intercept the data I am passing? (In this case, reportText is the sensitive information for my user)