views:

7

answers:

0

Our application starts by scraping a web page using WatiN (like Selenium or WatiR) on a server somewhere. Scraping concludes, and I want a real user in another location to take over the session that WatiN started. Because of security on the web site we are accessing, I probably need to have a proxy that holds the html and cookies for restoring the session with the real user.

Ideally, I would like to have some master id number to start the automated process with. When completed, I can communicate this number to the user who continues the session.

One complication is that the target site requires SSL and I would like to extend SSL to the real user.

We can't use VNC because of firewalls and real people accessing servers would be bad.

Any ideas on how to do this?