Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 4
    anything is not secure if u send it to the frontend Commented Dec 18, 2014 at 8:57
  • 2
    When writing a web-based aplication, you should assume that users can access anything you send to the browser. If you want to restrict access to some data, do it on the server side.
    – hon2a
    Commented Dec 18, 2014 at 9:00
  • A user with even a small amount of web debugging knowledge will be able to view anything that's in your HTML, whether it's visible or not.
    – JLRishe
    Commented Dec 18, 2014 at 9:00