2014-09-10 14:34:50
Hi,
 
It seems that this error can also occur on some proxies that don't support "100 continue" expectation. The workaround is to add the following to the dexplore.exe.config file.
 
<configuration>
<system.net>
<settings>
            <servicePointManager expect100Continue="false" />
</settings>
</system.net>
</configuration>
 
--
Regards,
Saurabh
 

This is the pop-up flow.

[close]

  httprequest.Headers.Add("Accept-Encoding", "gzip,deflate");
                httprequest.Accept = "text/html, */*; q=0.01";
                httprequest.Headers.Add("Accept-Language", "vi,fr;q=0.8,en-US;q=0.6,en;q=0.4");
                httprequest.Referer ="http://m.thuvienphapluat.vn/Member?ReturnUrl=http://m.thuvienphapluat.vn";
                httprequest.Headers.Add("X-Requested-With", "XMLHttpRequest");
                httprequest.AllowAutoRedirect = true;
                //httprequest.Headers.Add("Proxy-Connection", "keep-alive");
                httprequest.Method = "POST";
Invalid Email or Password