fix link
This commit is contained in:
parent
016d929bc0
commit
743b203709
|
@ -3,7 +3,7 @@
|
||||||
When write an in-browsers client, you have to circumvent the browser's
|
When write an in-browsers client, you have to circumvent the browser's
|
||||||
[same origin policy](http://en.wikipedia.org/wiki/Same_origin_policy).
|
[same origin policy](http://en.wikipedia.org/wiki/Same_origin_policy).
|
||||||
Generally, we offer two different approaches for this:
|
Generally, we offer two different approaches for this:
|
||||||
[Cross-Origin Resource Sharing](http://en.wikipedia.org/wiki/CORS) (aka CORS)
|
[Cross-Origin Resource Sharing](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) (aka CORS)
|
||||||
and [JSONP](http://en.wikipedia.org/wiki/JSONP). If you don't have any good
|
and [JSONP](http://en.wikipedia.org/wiki/JSONP). If you don't have any good
|
||||||
reason for using JSONP, we recommend you use CORS.
|
reason for using JSONP, we recommend you use CORS.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user