Code:
#include <WinHttp.au3>
$server = ""
$dosid = ""
$HTTPREQUEST_PROXYSETTING_PROXY = 2
$html_code = ObjCreate("winhttp.winhttprequest.5.1")
$html_code.open("GET","http://"& $server &".darkorbit.bigpoint.com/indexInternal.es?action=internalAuction&dosid="& $dosid)
$html_code.SetProxy($HTTPREQUEST_PROXYSETTING_PROXY, $server &".darkorbit.bigpoint.com:80")
$html_code.Send()
$html_code.WaitForResponse
$Source_Code = $html_code.ResponseText
MsgBox(0,"",$Source_Code)
$html_code = 0
) muss ich denn Quellcode von DarkOrbit lesen koennen. Jedoch, mit der Function Code:
.ResponseText
Es hat ein paar mal geklappt! Doch nur Verschluesselter Code wurde angezeigt...
Anderfalls, wenn ich
Code:
.ResponseBody
Kann mir da jemand helfen? Waere schon recht hilfreich
Danke im voraus,
Trick Kiste







