On Wed, Feb 24, 2010 at 06:42:23PM -0500, Dennis Nezic wrote: Hi there, that's working as designed. (Unless the design has changed since I last looked.)
For example, opening a simple page with:
<html> <body> <img src="http://imgur.com/N2XcD.png" /> </body> </html>
... the image is not displayed. Dillo simply says:
Dns_server [0]: imgur.com is 72.251.206.98
The HTTP response is a 301 redirection. For images within a page, dillo doesn't follow them. (It was the case that enough redirected images were ads, trackers, or other probably-unwanted content. It likely still is the case.)
BUT opening "dillo http://imgur.com/N2XcD.png" works:
Dns_server [0]: imgur.com is 72.251.206.98 Connecting to 72.251.206.98 Nav_open_url: new url='http://i.imgur.com/N2XcD.png' Dns_server [0]: i.imgur.com is 208.122.28.2 208.122.28.3 208.122.28.4 208.122.28.10 208.122.28.11 208.122.28.12 208.122.28.13 208.122.28.18 208.122.28.20 208.122.28.21 208.122.28.26 208.122.28.27 208.122.28.29 208.122.28.30 Connecting to 208.122.28.2
It's still a HTTP 301 response, but here you requested the image url, and dillo does follow redirections for requested urls. f -- Francis Daly francis@daoine.org