Differences between explorer post and exmaple post:This is the POST capture with Fiddler, it works loggin in OK
POST /log.aspx HTTP/1.1
Host: inversor.bullmarket.com.ar
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; es-AR; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: es-ar,es;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer:
https://inversor.bullmarket.com.ar/log.aspxCookie: ASP.NET_SessionId=njtkurfkva5tbqbzbvxkl1f2
Content-Type: application/x-www-form-urlencoded
Content-Length: 529
__EVENTTARGET=btin&__EVENTARGUMENT=&__VIEWSTATE=
#vs1#&__EVENTVALIDATION=
#ev1#&txus=7088&txpa=********&btin.x=64&btin.y=13
And this is the post sent by the Wheather example, copied from the Loggin tab
POST /log.aspx HTTP/1.0
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Language: en
Content-Type: application/x-www-form-urlencoded
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: inversor.bullmarket.com.ar
Content-Length: 515
Cookie: ASP.NET_SessionId=obce5i550q4yaf55dqiam255;
Connection: Close
__EVENTTARGET=btin&__EVENTARGUMENT=&__VIEWSTATE=
#vs2#&__EVENTVALIDATION=
#ev2#&txus=7088&txpa=*********&btin.x=58&btin.y=10
If I use the viewstate and eventvalidation used by the explorer, and use it with the example, then the login is rejected and you get the same loggin page.
Doing a GET of the loggin page with the example, you get another viewstate and eventvalidation in the data received, if I use this to try to loggin, I get an error page instead.
Any other idea?