| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Ex-President Join Date: May 2006 Location: Mount Joy, PA
Posts: 2,643
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Theoretical question. Is it possible to make a program that would be able to login to a https:// site and then perform automated tasks in the background? For an example. Say I wanted a program that would allow me to select a text file that contains domain names, then click GO. Once i click GO, it would connect to Sedo using my predefined username and password, and essentially go through the steps of clicking "add a domain", then entering the domains from the text file, checking the User Agreement box, then clicking Next, etc. etc.. all in the background without it actually loading the site visibly? I'm just wondering if something like this is possible, or if the backend scripts of the site would prevent this from being possible? The case with Sedo is just an example, but it's the closest scenario I could come up with (since I happened to be logged into Sedo at the time). ????: NamePros.com http://www.namepros.com/programming/415541-resolved-theoretical-question.html Would appreciate any information. |
| |
| | #2 (permalink) |
| i love automation Join Date: Nov 2007 Location: xrvel.com
Posts: 1,615
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I think cURL can do this although i have not tested it on https. But there is a https option for cURL. You can read more in http://curl.haxx.se/ But of course cURL "can not" bypass image verification checking
__________________ |
| |
| | #3 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,074
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Yes curl can do this, it can handle https with ease. You could simply create the curl script to carry out the tasks and call it via a cron job. Some sites would be more difficult to do this for such as signing into Gmail but it isn't impossible.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #4 (permalink) | ||||
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,784
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | and you can automate curl using autohotkey. http://www.autohotkey.com/forum/topic18671.html
| ||||
| |