Getting 'Cross-Origin Request Blocked' on a GET request · Issue #853 · axios/axios
Summary I'm making a GET request to 4chan's API for retrieving threads from a board. This is my code: const board = this.props.routeParams.tag; var config = { headers: {'Access-Control-Allow-Origin...