Describe the bug
post request return 200 ok by postman, no data, but js code request is ok , has data, why ?
my version:
github.com/kataras/iris/v12 v12.2.5
github.com/iris-contrib/middleware/cors v0.0.0-20220921193907-d3e7dfb17c8f
go: 1.21
there are my some code and img



if I change the method post as get and use postman, it is ok , has body json data
but the method is post, it is ok, no data.
please help me , thank you!
Describe the bug
post request return 200 ok by postman, no data, but js code request is ok , has data, why ?
my version:
github.com/kataras/iris/v12 v12.2.5
github.com/iris-contrib/middleware/cors v0.0.0-20220921193907-d3e7dfb17c8f
go: 1.21
there are my some code and img

if I change the method post as get and use postman, it is ok , has body json data
but the method is post, it is ok, no data.
please help me , thank you!