Understand HTTP CORS Request
You always used HTTP methods like GET/POST/PUT/DELETE, there is one more methods called OPTIONS which used to execute prior to GET/POST/PUT/DELETE methods. What is CORS 🤔 Cross-Origin Resource Sharing (CORS) is an HTTP-header-based mechanism that a...
Apr 26, 20222 min read263

