From 9d71f25884413cdb7bc4862ee8d5b8b42c30c002 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 31 Jul 2015 14:51:26 +1000 Subject: Ported to me --- src/2015-08-pyconau/index.html | 215 ----------------------------------------- 1 file changed, 215 deletions(-) delete mode 100644 src/2015-08-pyconau/index.html (limited to 'src/2015-08-pyconau') diff --git a/src/2015-08-pyconau/index.html b/src/2015-08-pyconau/index.html deleted file mode 100644 index dca0882..0000000 --- a/src/2015-08-pyconau/index.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - PyCon AU- Talking to Browsers with CORS - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
-

Talking to Browsers with CORS

- -

Breaking the single origin policy

-
- -
-
-
Author:
-
- Michael Krotscheck -
- - krotscheck - -
- - http://www.krotscheck.net - -
-
Source:
-
- https://github.com/krotscheck/presentations -
-
License:
-
Creative - Commons Attribution 4.0 International
-
-
- -
-

Topics Covered

-
- -
-
-

Single Origin Policy

-
-
-

Security Concerns

-
-
- -
-
-

Web Application Design Patterns

-
-
-

All-in-one

-
-
-

API + UI

-
-
-

API(s) + UI + UI-Server

- -

- -

-
-
- -
-
-

CORS

-
-
-

CORS Preflight request

-
-
-

CORS Preflight response

-
-
-

CORS Http Request

-
-
-

CORS Http Response

-
-
- -
-
-

Implementing CORS

-
-
Apache 2
-
mod_headers
-
Nginx
-
add_headers
-
Python WSGI
-
mod_headers
-
-
    -
  • Apache2: mod_headers
  • -
  • Nginx: add_headers
  • -
  • Python: Middleware
  • -
-
-
-

mod_headers

-
-
-

CORS via WSGI

-
-
-

oslo_middleware

-
-
-

other middleware

-
-
- - -
- - - - - - - - -- cgit v1.2.3