开发者

Opening cPanel (web host server) in Adobe AIR Application

I am working on application to open cPanel (web host server) in Adobe AIR. I kno开发者_高级运维w how to open a web page in Adobe AIR, but I don't know how to open cPanel with username and password?


I agree with Mudasir just observe when you log in to CPANEL normally how the get variables are passed. You can do this using the open source tool fiddler (maybe not open source but it is free, I'm sure of that). Then just modify the URL inside AIR to include the username and password as get variables.


It'll be like that:

html.location = "http://" + txtDomain.text.toString() + ":2095/login/?user=" + txtUsername.text.toString() + "&pass=" + txtPassword.text.toString();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜