Easy way to replicate web page across machines?
Posted
by Mike_G
on Stack Overflow
See other posts from Stack Overflow
or by Mike_G
Published on 2009-08-25T19:13:24Z
Indexed on
2010/04/11
10:03 UTC
Read the original article
Hit count: 240
I am trying to replicate a browser page to another browser on another machine. I basically want to reproduce a page exactly how it appears to a customer for viewing by the website owner. I have done this before using some impersonation trickery, but found that it would throw the session state out of wack when the site owner would switch customers. So I would like to stay away from cookie and authentication manipulation.
Anybody done anything like that? Is there a way to easily transfer the DOM to a webservice?
The tech/programming at my disposal are C#, javascript, WCF.
© Stack Overflow or respective owner