Apache add Content of a Link to response -
i want know if possible let apache substitue link in html return client html of site behind link.
instead of
<html> <head> </head> <body> <a href="<some link>">link</a> </body> </html>
want this:
<html> <head> </head> <body> // html of page behind link </body> </html>
i can´t use javascript or php or anything, let´s assume have html.
iframes no solution problem.
just comes similar situation, ulrich schwarz gave hint ssis, in scenario way work. however, due cancelling project, not able validate usage of ssi scenario.
Comments
Post a Comment