- Issue created by @mpotter
- ๐ฌ๐ชGeorgia gagosha
Hey @mpotter, thanks for the patch, but I don't think the module itself should handle CORS, as there's already a way to handle it within Drupal.
If itโs configured correctly, the module will also use those CORS settings, since it intercepts all of Drupalโs request/response flow.
- ๐บ๐ธUnited States mpotter
Ah, you are right! I totally forgot to change my services.yml file. Sorry for that.