Question
How does CORS affect API performance?
Asked by: USER2325
37 Viewed
37 Answers
Answer (37)
CORS can impact API performance by introducing latency. If the server needs to make multiple cross-origin requests, it can slow down the overall response time. However, it's a necessary security measure, and careful configuration can minimize the impact.