Hi jpeterso12345,
why not use a FRAMESET whereas one frame will be the know URL for the vendor.
Every URL that wants to "mirror" this feature will only need to provide that frameset.
Sort of (hope get it right, haven't used frame for long<g>):
<frameset rows="0,*">
<frame name="dummy" href="blank.html">
<frame name="authpage" href="http://full.url.to/a
</frameset>
The "authpage" frame will be the one that posts the userdata and will always appear as the correct referrer.
Have fun,
CirTap
Main Topics
Browse All Topics





by: sarevok9Posted on 2003-05-08 at 13:06:57ID: 8491433
This would be a little difficult to do without using perl, which i am not to skilled at personally, I couldn't make you a script for this particular resource.
In genral what you are asking though is this
you have web page a on server A
someone asked you to make webpage A available on web page B
B cannot access A because its not on the hosts.allow list (or equiv)
or
A cannot handle the bandwith B would send to it therefore you dont want to allow that to come to pass.
I have 2 ideas, 1 write a perl script that makes a page request that appears to be internal, and display the result in an iframe, or 2: make a mirror of the site.