Httpclient and url rewrite
I am writing a java application to access a web based application using httpclient. If the server is using url rewrite mechanism, what changes do i need to do for a normal POST request? Any idea how does the browser send the request in such scenarios?
Thanks in advance,
Regards,
Suvelee

