An open API service indexing awesome lists of open source software.

https://github.com/niklasmerz/cors-playground

Cordova App with CORS experiments
https://github.com/niklasmerz/cors-playground

Last synced: about 1 year ago
JSON representation

Cordova App with CORS experiments

Awesome Lists containing this project

README

          

# iOS Cordova CORS testing

With this app you can try out CORS and the built in Cordova proxy: https://github.com/apache/cordova-ios/pull/1004

Some scenarios I tried

| What to do | Expected Output | Actual Output | Notes |
|-----------------------------------------------|-------------------|-------------------|------------------------------------------|
| CORS request with cookies and no allow origin | fail | fail | |
| CORS request with cookies and allow origin | work | fail | Used to work until iOS 14/ITP enablement |
| Proxy requests | work all the time | work all the time | |
| Proxy requests and then unproxied requests with allow origin| work | fail | Used to work until iOS 14/ITP enablement |
| Load image tags with cookies set | work | fail | Used to work until iOS 14/ITP enablement |