http - Web service only works when NO port is specified -


i have tool retrieving rss feeds. test, using http://rss.cnn.com/rss/edition.rss .

while browser able retrieve feed, tool getting 404. noticed other rss tools failed same error.

investigating wireshark logs, noticed difference tool used host: rss.cnn.com:80 while browser used host: rss.cnn.com.

and indeed, removing port fixed it.

but mean?


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -