What is the best way to spoof a client-side browser URL?
This is not a malicious intent, and will have the consent of both websites. Assume a media package is being held on site B, in a subdirectory. We want the end user to think they are on site A (the client), while actually viewing the full content on site B.
For example, we need
http://siteA.com/look
to spoof to
http://siteB.com/some/where/far/down/here
without using DNS entries, or redirect scripts.
Creating a frameset HTML on siteA is an option, but we are looking for a better solution. Any ideas?
Lukas
This is not a malicious intent, and will have the consent of both websites. Assume a media package is being held on site B, in a subdirectory. We want the end user to think they are on site A (the client), while actually viewing the full content on site B.
For example, we need
http://siteA.com/look
to spoof to
http://siteB.com/some/where/far/down/here
without using DNS entries, or redirect scripts.
Creating a frameset HTML on siteA is an option, but we are looking for a better solution. Any ideas?
Lukas



Comment