Why there is an additional request sent before POST in browser ?
On Notice ... During the web application development, when we see the network tab, for every POST, PUT, DELETE, PATCH there is an another request which is sent prior. It's named as OPTIONS. But how come this request is getting triggered automatically...
Dec 3, 20234 min read11



