https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/OPTIONS
In CORS, a preflight request is sent with the HTTP OPTIONS method.
These three things are currently important for me to understand in depth: CORS, preflight request, and HTTP OPTIONS method.
My workplace have some bugs with these, and I need to fix it. But I can only find the mozilla developer guide about OPTIONS method that briefly glances over it.
Anyone know where I can dive deeper into this and learn it good enough, such that I can debug and fix complicated errors related to it? What would such a topic even be called if I have to search for books/courses about it?