Skip to content

Feed Service is returning HTML views for client/server errors

Summary

Feed Service returns HTML views for client errors such as Not Found, Missing Params, etc.

What is the expected correct behaviour?

The response should be the error code with a message, not a view.