Native vs Browser API Endpoints for Flutter Web #4216
Unanswered
AngryVelociraptor
asked this question in
Q&A
Replies: 1 comment
-
Hello @AngryVelociraptor Not a Flutter user but I think since its always using a browser in the background you should use the browser endpoints with Flutter web.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this document, it says
My question is where it comes to Flutter, specifically Flutter web. Clearly, a Flutter app for a native platform needs to use the native endpoint, but will use of this endpoint on the web version open it up to CSRF attacks?
I'd appreciate help from someone with a better understanding of the technology and the threat model.
Beta Was this translation helpful? Give feedback.
All reactions