Hey all,
I have a piece of header data for a website and now i want to send this data via the webbrowser. But i am not sure what to send and where to put it
This is what i get from Live HTTP Header in FireFox:
So now i want to send this data via te webbrowser:
But what data should i use in what part of the navigate data's?
I have a piece of header data for a website and now i want to send this data via the webbrowser. But i am not sure what to send and where to put it
This is what i get from Live HTTP Header in FireFox:
Code:
http://www.website.nl/site1
POST /build.php?gid=16&tt=99 HTTP/1.1
Host: www.website.nl/site1
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: nl,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Referer: www.website.nl
Cookie: CAD=37623486%23%23%23%23%23%23; travian_toggle=hero%3Aexpanded%2Cvillagelist%3Acollapsed; __gads=ID=c5062985bb3d88ff:T=1378980027:S=ALNI_MaUyJRBSI-v3JWA0mhcoEk3pkEthg; sess_id=ef1db597279ed8ba7196343b05a06e9b; highlightsToggle=false; lowRes=0; T3E=%3D%3DgM1IWZzUTM0YWN6UDM5gDM3ozN2UzMxoTNwQTO1ATO3MTM6AjO3QWO5E2NhljMyUGN4UWO5MWM5ADNwIDNwATMyczY0IjM5M2NjFmZwozboNWRoNWdEpzN2ATM6AzIwMyN2ATM; WMBlueprints=%5B%5D
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 135
action=startRaid&a=7ac&sort=distance&direction=asc&lid=3208&slot%5B98846%5D=on&slot%5B98847%5D=on&slot%5B98848%5D=on&slot%5B98849%5D=on
Code:
WebBrowser.Navigate url, Flags, TargetFrame, PostData, headers