faint-whiteF
Refine7mo ago
4 replies
faint-white

How to disable OPTIONS requests?

When using simple-rest package with my custom endpoint I receive few OPTIONS request when attempting to list a products list. That OPTIONS http method is not supported on my backend.
I read some docs around this but Im not able to make it work, looks like adding onSearch: undefined should do the trick, but it's not working.
Anyone know how to do this?
Was this page helpful?