DEV Community

Mr.techmaker
Mr.techmaker

Posted on

Cors error debugging checklist

1) check if your api is running on http or https

2) check if the url is responding.

3) check the parameters .

4) Is your data a string or json ?
If it is json , pass content-type as application/json

Top comments (0)