Will fetch not send a get request after sending option on the browser side?

fetch.(
  url,
  {
    headers:{
      "auth":"content"
    }
  }
)

An option request will be issued after that, but no get request will be sent after that. What is the question

Feb.27,2021

Hello, have you solved the problem

?
Menu