Apologies for the cross post. I am quite desperate and do not know which
ng would be the most appropriate.
I am trying to programatically POST an ASP form, to allow me to log on
to a site programatically .
<form name="aspnetFor m" method="post" action="Default .aspx"
id="aspnetForm" >
<input name="_ct99:Con tent:UsrName" type="text"
id="_ct99_Conte nt_UsrName" />
<input name="_ct99:Con tent:Pwd" type="password"
id="_ct99_Conte nt_Pwd" />
<input type="submit" name="_ct99:Con tent:btnLogon" value="Logon"
id="_ct99_Conte nt_btnLogon" />
<input id="_ct99_Conte nt_SavePwd" type="checkbox"
name="_ct99:Con tent:SavePwd" /></p>
</form>
Could anyone please specify the data I should pass with the
CURLOPT_POSTFIE LDS flag option (i.e. passed to curl_easy_setop t()) ?
I have not been succesful so far in trying to log on.
ng would be the most appropriate.
I am trying to programatically POST an ASP form, to allow me to log on
to a site programatically .
<form name="aspnetFor m" method="post" action="Default .aspx"
id="aspnetForm" >
<input name="_ct99:Con tent:UsrName" type="text"
id="_ct99_Conte nt_UsrName" />
<input name="_ct99:Con tent:Pwd" type="password"
id="_ct99_Conte nt_Pwd" />
<input type="submit" name="_ct99:Con tent:btnLogon" value="Logon"
id="_ct99_Conte nt_btnLogon" />
<input id="_ct99_Conte nt_SavePwd" type="checkbox"
name="_ct99:Con tent:SavePwd" /></p>
</form>
Could anyone please specify the data I should pass with the
CURLOPT_POSTFIE LDS flag option (i.e. passed to curl_easy_setop t()) ?
I have not been succesful so far in trying to log on.
Comment