This question relates to Migrate from Commons HttpClient to HttpComponents Client (migrating from HttpClient 3 to HttpClient 4).
I can access a link physically in a browser but when I try to access same link using HttpClient 4.1.13 I get HTTP error 301 ("Move Permanent").
When accessing same link using HttpClient 3.1 I don't get HTTP error 301.
What could be causing such anormally? Could it be a setting that I am missing under HC 4 that makes it behave that way?