View on GitHub

talks

Harsh Kapadia's talks and interviews.

‘Working with CORS’ Talk Content

Table of Contents

What is Origin?

Why is CORS Required?

What is CORS?

Do All Cross-Origin Requests Require CORS?

Demo Preparation

Non-Credentialed Requests without CORS

Non-Credentialed Requests with CORS

Recap

Simple Requests

Non-Credentialed Requests through a CORS Proxy

What is a CORS Proxy?

CORS Proxy Demo

Recap

Credentialed CORS Requests

Cookies

Recap

Images

Fonts

Loading Fonts Using @font-face in CSS

The crossorigin Attribute

Loading Fonts Using @import in CSS

Recap

To Do

Resources