No, it doesn't work. I use this code:
Code:
; httpQuery
#noenv
URL := "http://www.gulli.com/tools/anonymitaetscheck/"
httpQueryReferer := "http://www.klick-game.de/joke-5011.html"
httpAgent := "I was hacked by Dbof! "
httpQuery(html := "", URL, "", "Accept-language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3")
varSetCapacity(html,-1)
FileAppend, %HTML%, test.html
RunWait, test.html
FileDelete, test.html
ExitApp
The field where there should be recognized the language is empty (on the URL page).
Maybe there's anything wrong in my code??