i have a form that have a field which hold query for search and a button to send query value to another action method to perform search. now i want to send this parameter as querystring; not form para
This works: curl--url http://someurl.tld--form \"apikey=39485730\" This does not: curl--url http://someurl.tld--form \"apikey=<keyfile\"