Closed franzwr closed 8 years ago
You won't get back access control headers if you don't send the right Origin.
~ > curl -I -H "Origin: http://boards.4chan.org" http://a.4cdn.org/boards.json
HTTP/1.1 200 OK
Access-Control-Allow-Origin: http://boards.4chan.org
Access-Control-Allow-Methods: GET, OPTIONS
Access-Control-Allow-Headers: If-Modified-Since
I see, I thought said headers (allowing only boards.4chan.org) would appear from any origin. Thanks!
@desuwa Why are you still trying to get visitors to install malware?
mad cash
Persuing the response headers, I see no
Access-Control-Allow-Origin
header in either boards.4chan.org or a.4cdn.org.