Return non-html errors and enable CORS in Feed Service
What does this MR do?
Updates the Feed Service in the following ways:
- Returns custom non-html errors
- Enables and configures CORS
- Displays unexpected error messages in console
Relevant screenshots
CORS Options Request
CORS Server Response
Testing
-
Attempt to send a request from front-end service.
Relevant issues
Closes #37 (closed)