What headers are automatically sent by wget?

Solution 1:

Using the -d (--debug) option I see it set:

---request begin---
GET / HTTP/1.0
User-Agent: Wget/1.12 (cygwin)
Accept: */*
Host: www.uml.edu
Connection: Keep-Alive

---request end---