I'm using Go gin framework gin. In browser it is working fine, but in flutter web getting this error "XMLHttpRequest error." for some api
I tried official CORS middleware library provided by gin, as well as other third party libraries like "github.com/jub0bs/fcors"