Forum Moderators: open
Basically - i'm trying to include dynamic asp content on a linux apache server -
So - if i'm viewing a webpage on www.domain1.com
and it has the following include:
<script language="javascript" src="http://www.domain2.com/file.asp">
Are there any security implications? Would it alternatively be better to create a subdomain sub.domain1.com which points to the IP address of www.domain2.com?
Thanks!