When my lazarus app make get request in my sniffer i see :
- Http: Request, GET /index.php, Query:title=Special:Userlogin&returnto=Main_Page
Command: GET
- URI: /index.php?title=Special:Userlogin&returnto=Main_Page
Location: /index.php
- Parameters: 0x1
title: Special:Userlogin
returnto: Main_Page
ProtocolVersion: HTTP/1.1
Host: wiki.freepascal.org
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HeaderEnd: CRLF
How to substitute UserAgent . I want that site could not identify me .
And one more question. Does current gecko can work throw proxy?