Die Suche ergab 2 Treffer
- Donnerstag 20. Januar 2011, 17:06
- Forum: Netzwerkprogrammierung
- Thema: Http Post Urllib
- Antworten: 2
- Zugriffe: 1166
Re: Http Post Urllib
Danke für den Tipp mit Google, auf die Idee war ich zunächst nicht gekommen.
- Mittwoch 19. Januar 2011, 21:54
- Forum: Netzwerkprogrammierung
- Thema: Http Post Urllib
- Antworten: 2
- Zugriffe: 1166
Http Post Urllib
import httplib, urllib
headers = {"Host:": "www.xxx.de" , "User-Agent:" : "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5",
"Accept:" : "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" ,
"Accept-Language ...
headers = {"Host:": "www.xxx.de" , "User-Agent:" : "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5",
"Accept:" : "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" ,
"Accept-Language ...
