Computer Science, asked by rockstar531, 1 year ago

What is same origin policy and how it can be handled? How to overcome the same origin policy through web driver?

Answers

Answered by wajahatkincsem
0

The same-origin policy is a very useful concept in the application of the web security model.  

Explanation:

  • It is necessary to make sure that the content of your website will not be accessible by a script from other websites.
  • This policy also ensures that the code that has been loaded in the browser can operate only within the domain of the website.

Learn more about web addressing here:

Explain the two types of web addressing system with examples

https://brainly.in/question/8434779

Similar questions