Contribute Media
A thank you to everyone who makes this possible: Read More

Making sense of CORS using web.py

Description

Cross-Origin Resource Sharing is the bane of Javascript API clients existence. It is possible to easily implement CORS support in your Python server code with just a few simple request headers. Once your API is talking CORS, you are free from the tyranny of browsers' same-origin security policies. This talk will explain what CORS is, why should care, and work through an example using web.py.

Details

Improve this page