Computer Science, asked by sauravsathish9462, 1 year ago

Which event handler is used to load the data and send the data in html -cross - origin resource sharing?

Answers

Answered by govindram28
9

Answer:

(CROS)is a w3c spec that allows cross domain communication from the browser by building on top of the XMLHTTP request object, cors allow developer to work with the same idiom as same domain request

Answered by gratefuljarette
6

The on progress event handler is used to load and send the data in HTML cross-origin resource sharing.

Explanation:

  • Cross-origin resource sharing i.e CORS is a special function through which we can gain access of the other resources in different domains in a web server.
  • For example, we can see after installing any app it always asks for the user permission to open or share some resources like camera, messages, photos, contacts, etc.

Learn more about Resource sharing

Resource sharing on web challanges in distributed system?

https://brainly.in/question/2940843

A region of code that access the shared resource shared file or global data is known as

https://brainly.in/question/5030776

Similar questions