Hi,
I have REST api as Service Bus Relay endpoint with oAuth2.
When I want to use my api from web browser, before POST or GET browser sends OPTIONS request, and service respond with "The request contains no authorization header" which is not what I want for OPTIONS request.
What is best solution for this?