Replies: 1 comment
-
as the result of my test, i think apisix cors plugin implementation CORS request Header not in httpserver side. just as the middle-ware process http request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i`m using apisix cors plugin with apisix3.8 version. i found in my test.
that got my thinking, seems apisix cors plugin implementation not on http server side. because if i writer a http request and config the cors configuration on server side. such as springsecurity cors setting.
even i use curl command with -H 'Origin', i can see the request failed in curl output, but apisix cors plugin will pass the request and return the request reponse.
can anyone know the detail of apisix cors working principle, answer the question of this scenario.
Beta Was this translation helpful? Give feedback.
All reactions