Jaguar-dart / jaguar

Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
http://jaguar-dart.github.io
464 stars 34 forks source link

I used jaguar_flutter_asset to run a vue project, but the request will have cross-domain problems #142

Open somta opened 3 years ago

somta commented 3 years ago

I used jaguar_flutter_asset to run a vue project, but the request will have cross-domain problems. There was a project jaguar_dev_proxy to solve the proxy problem, but it seems that it can’t solve all cross-domain requests. How should we solve such cross-domain problems now?