When I try to load an external script server rejects the request net::ERR_ABORTED 500.
Just want to understand why this is happening. is it because the external script is not configured to load on other domains? or is it my server blocks loading external script?
My HTML page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<script
src="https:/link-to-external-website.com/path-to-script></script>
<title>JS Bin</title>
</head>
<body>
test page
</body>
</html>
from Understanding the error - Failed to load resource: the server responded with a status of 500

No comments:
Post a Comment