Simple JavaScript requests
GET misconfigured Access-Control-Allow-Origin header
Summary
JavaScript code can make a cross-origin GET request.
The response must include a Access-Control-Allow-Origin
header containing the request origin, otherwise the browser discards it and returns an error to the JavaScript code.
Instructions
- Hit green button below and see that request fails
- Press F12 to open browser Developer Tools
- Open Console tab and see error message “The ‘Access-Control-Allow-Origin’ header has a value … not equal to the supplied origin”
View source on GitHub | Created by Tom Gregory