Difference between revisions of "Browser"

From MgmtWiki
Jump to: navigation, search
(References)
(User Sessions)
Line 11: Line 11:
 
==User Sessions==
 
==User Sessions==
 
* See wiki page [[Browser Identity Interactions]] for information specific to creating identity using your [[Browser]].
 
* See wiki page [[Browser Identity Interactions]] for information specific to creating identity using your [[Browser]].
 +
==Website Control==
 +
All of the content in the HTTP packet is (nearly) completely controlled by the website and interpreted by the DOM in the Browser. That include access to all APIs in the browser accessible by [[JavaScript]].
 +
 +
 +
==User Control==
 +
There are some elements that are under the control of the user configuration settings.
  
 
==References==
 
==References==

Revision as of 15:23, 26 August 2022

Full Title or Meme

A fully integrated computer application that not only browses the World Wide Web, but also acts a user agent establishing session with user credentials.

Context

  • Users are accustomed to the display and searching capabilities of the browser and typically start there in spite of numerous efforts to create some other primary start page for user interactions or user experience application.
  • With the advent of the Progressive Web App, there is an effort by the browser programmers to provide the user with an experience equal to that

Problems

The Application Program Interface (API) in the browser is limited to HTML, CSS and JavaScript, standardized as ECMA Script to satisfy Microsoft's pique.

User Sessions

Website Control

All of the content in the HTTP packet is (nearly) completely controlled by the website and interpreted by the DOM in the Browser. That include access to all APIs in the browser accessible by JavaScript.


User Control

There are some elements that are under the control of the user configuration settings.

References

See Trusted Browser for all user expectation of security from their Browser.