HTML form POST method with querystring in action URL
问题 Lets say I have a form with method=POST on my page. Now this form has some basic form elements like textbox, checkbox, etc It has action URL as http://example.com/someAction.do?param=value I do understand that this is actually a contradictory thing to do, but my question is will it work in practice. So my questions are; Since the form method is POST and I have a querystring as well in my URL (?param=value) Will it work correctly? i.e. will I be able to retrieve param=value on my receiving