This commit is contained in:
Konstantin Haase 2012-09-20 17:11:44 +02:00
parent 8954eaa081
commit b1bdbaac96

View File

@ -1,6 +1,6 @@
# Web Clients
When write an in-browsers client, you have to circumvent the browser's
When writing an in-browsers client, you have to circumvent the browser's
[same origin policy](http://en.wikipedia.org/wiki/Same_origin_policy).
Generally, we offer two different approaches for this:
[Cross-Origin Resource Sharing](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) (aka CORS)