Replies: 1 comment
-
Already asked at https://stackoverflow.com/questions/67568072/are-there-any-security-issues-in-sending-json-data-b-w-net-app-and-react-app-r continue the conversation there. In future please ask your question in a single place, either here or GitHub, not both. Thanks. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a .NET (WinForms) app. A React app can be launched from inside the WinForms app (this React app is loaded in Cef browser). I am able to send data between the 2 apps (WinForms and React inside Cef) using ExecuteJavaScriptAsync method. I noticed that I am able to send json data of any size i.e., there are no size limitations. Is sending such a big json data via Cef events safe? Can the confidential json data be hacked by anyone?
Beta Was this translation helpful? Give feedback.
All reactions