How to handle OPTIONS request in remote REST-API acess
-
Ajax request uses OPTIONS request as “preflight”, but it’s being blocked for unauthorized access and the actual call with post or get that is hold the authorization Bearer + token is not done.
Is there a solution for this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to handle OPTIONS request in remote REST-API acess’ is closed to new replies.