Hi All,
We are using Azure API management(APIM) for publishing api's.
We have a set of server clusters, numbered 1, 2 and 3.The current APIM policy redirects incoming requests to one of these sets on the basis of whether an account no is present in the request header or not.
In case of preflight requests/ OPTIONS request (reference here: https://stackoverflow.com/questions/29954037/why-is-an-options-request-sent-and-can-i-disable-it) there is no header and hence no account no. In this case APIM policy redirects to Set 3. This what we do not want, we want Options/preflight request also to be redirected to other Sets.
Any suggestions of how this can be achieved.
Thanks,
SuvraJyoti