Please enable JavaScript.
Coggle requires JavaScript to display documents.
CORS (Request to Same Origin (same protocol, host, port) (http://apispy.io…
CORS (
Request to Same Origin (same protocol, host, port),
Non-simple request
Method
- PUT
Header
- Age
- CustomHeader
- Age, CustomHeader
Post
- Body with text/xml
,
Simple requests to Cross Domain
- Method: GET
- Header: Accept
)