-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Servers should support a mechanism to overcome cross-domain restrictions.
To be consistent with HTTP, it probably should be CORS. Is that only a separate requirement or does it need to be reflected in the OpenAPI definition? The discussion here suggests that it should not be reflected explicitly in the OpenAPI definition.
Is the convenience of JSONP important enough to support it, too, even with its drawbacks?