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

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

json - Zend error Connection -

javascript - Trigger mouseenter when an animated element touches mouse -