There is a URL (wrapped in a-tag) in my html page. How can I send some additional data (it is can be change dynamically by a client (inputs)) to the server when my user making a GET-request (for example, as parameters of the URL). I can't use html-form, I just should do it as URL.
I try to explain clearer. URL is just a link to the content. However my server need some additional data for child action. It were entered by user (some entry fileds - for example a string of the search)