JeremyJStarcher / highlanddots

Automatically exported from code.google.com/p/highlanddots
0 stars 0 forks source link

fileopenr.openHttpFile fails #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The fileopenr.openHttpFile fails to create and open a request to the given
web server. More testing is required to determine why this happens.

Original issue reported on code.google.com by pipemakertjm@gmail.com on 7 May 2010 at 4:38

GoogleCodeExporter commented 9 years ago
Research 'Same Origin Policy'

Short answer:  An ECMAScript routine can only talk to the same server it came 
from
for security concerns.

Original comment by Jeremy.Starcher@gmail.com on 8 May 2010 at 12:03