flutter_cors icon indicating copy to clipboard operation
flutter_cors copied to clipboard

Not working On chrome Version 103.0.5060.134 (Official Build) (64-bit)

Open ZateLabClients opened this issue 1 year ago • 2 comments

image

image

ZateLabClients avatar Jul 30 '22 09:07 ZateLabClients

You are testing with the chrome instance flutter launches when you run with flutter run?

Rexios80 avatar Jul 30 '22 17:07 Rexios80

Wait... That end message means you ran fluttercors -e which enables CORS checks which is the opposite of what you want. You run fluttercors -d to disable CORS checks which is what you actually want. If you run the command without --disable-banner you should see this banner in chrome: Screen Shot 2022-07-30 at 1 43 58 PM

Rexios80 avatar Jul 30 '22 17:07 Rexios80

Let me know if you still can't figure it out. Everything seems fine on my end.

Rexios80 avatar Aug 10 '22 19:08 Rexios80