I’m not able to force Actions send request to my API by sending a right format of Accept header. The Action send Accept: */*
by default. But my API only accept application/json
. What can I do?
1 Like
I’m not able to force Actions send request to my API by sending a right format of Accept header. The Action send Accept: */*
by default. But my API only accept application/json
. What can I do?