-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
As an API manager,
I would like to quickly add CORS support to any defined API
So that developers can make cross-origin requests easily
Proposal (1)- documentation
Add 'cookbook' style CORS recipe to API Umbrella docs, describing what header values to add/modify to enable CORS support on proxy endpoints.
Proposal (2) - toggle widget
Create 'Enable CORS' toggle switch on endpoint configuration screen, with corresponding informative text of the implications of enabling CORS.
Proposal (3) - Auto-configure button
Add a button to the header configuration section of the UI to "Add CORS headers". The header fields will be created and user-editable.