cors demo

cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served. A web page may freely embed cross-origin images, stylesheets, scripts, iframes, and videos. wiki

  1. CORS Demo

CORS Demo

  1. Reference code - heatmap.js

https://

  • run
  $ git clone https://github.com/pushdown99/heatmap.git
  $ cd heatmap
  $ python -m SimpleHTTPServer 1337 &

© 2018. All rights reserved.

Powered by Hydejack v8.4.0