Mock does not support CORS
Closed this issue · 0 comments
istride commented
I tried to use the mock feature in a recent web front-end project, but the browser complained of a lack of Access-Control-Allow-Origin
header. Implementing support for CORS would, naturally, make snowboard much more useful to me and perhaps others. Is there any chance of this being added?
I might be able to implement this myself, I would just need some guidance on how I should contribute.