We're developing new frontend (angular) for our older backend (java). After enabling cors all requests(POST) are working as expected.
But preflights(option) request response with 'status code 202 OK'.
So before digging in and change 'the working code', I'm asking here, What is the standard success code for 'Preflights (option)' request?