AMWA-TV/is-11

Missing OPTIONS for CORS preflight

garethsb opened this issue · 2 comments

The endpoints that support modifying methods need to support CORS preflight, so the OPTIONS method needs to explicitly included in the RAML for:

  • /senders/{senderId}/constraints/active
  • /inputs/{inputId}/edid/base

Plenty of examples of this in other specs. Sorry I missed this before now...

Resolved by #113.