Hello. I use the visual programming platform https://www.directual.com/ for application back-end logic. But as we found out, directual has not yet enabled the ability to handle HTTP-options. And because of that, I can’t create a record. As I was told, some platforms, have a stricter CORS policy and you don’t allow resources with cors header= *. You don’t send regular get/post requests, you send an option.
Is it possible to remove this restriction for my application?