URL forbidden 403 when using a tool but fine from browser
问题 I have some images that I need to do a HttpRequestMethod.HEAD in order to find out some details of the image. When I go to the image url on a browser it loads without a problem. When I attempt to get the Header info via my code or via online tools it fails An example URL is http://www.adorama.com/images/large/CHHB74P.JPG As mentioned, I have used the online tool Hurl.It to try and attain the Head request but I am getting the same 403 Forbidden message that I am getting in my code. I have