http endpoints, have to define twice to handle OPTIONS / preflight requests?
POST endpoint do I have to define the same endpoint also with method OPTIONS to handle preflight requests? Otherwise I get a
404 options even thought I'm setting method: "POST" in my fetch request.ended up with something like this
Not really an issue just figured I'd ask for learning purposes, I think I've vaguely figured out what's going on but took a while to figure out why it wasn't working
