What's the best way to do that? Is it fine to pass it as a query parameter of a GET request? Do I need to encode it in some way before sending it? Or should I use a POST request and put it in the body? And if so, how can I send a POST request from the browser (non-AJAX)?Any help will be appreciated.