How can I use existing WebClient to post a custom HEAD request? I.e. there is no form on the page, I want to set request properties manually.
I know that in htmlunit i can fireEvent submit on form and it will be posted, but what If I disabled javascript and would like to post a form using some ...