Works with Google Drive

You can upload files from your PC or Google Drive.

Instruction Manual

We have a simple tutorial guide which explains the features of the software extension and what each button inside the extension does. Read our tutorial and welcome guide on how to use the extension to the fullest.



Any operating system works

This addons works on all computers - the operating system you use doesn't matter.

  • Easily add (Access-Control-Allow-Origin: *) rule to the header. This allows you to test out your web software/websites while you are debugging/coding. Worry about CORs issues once you are ready to deploy your website. Dont worry about CORs errors while you in the midst of developing your web application Allow CORS: Access-Control-Allow-Origin lets you perform cross-domain Ajax requests in web applications. Simply switch on the add-on and perform the request. CORS or Cross Origin Resource Sharing is blocked in modern browsers by default.

Features:

Install and open.

  • After installing the extension. You click on the icon to switch this feature on/off.

CORS (Cross-Origin Resource Sharing) is a mechanism that uses various HTTP response headers to allow a browser to fetch resources from a different origin than the one of the current document. This is required for certain types of AJAX requests, and can be used for other cases as well.

If you use CORS, you'll need to make sure that any resources are served with the correct headers in order for your application to work correctly. The browser would otherwise refuse all requests made from another domain.

CORS stands for Cross-Origin Resource Sharing, and it is a mechanism that allows resources on one web page to be accessed by another web page.

CORS is designed to protect the user's privacy. It prevents malicious code from being able to access sensitive data from other websites. However, there are cases where CORS can cause problems for web developers, especially when using AJAX requests.

Tutorial:

  1. Install the Extension
  2. After installing the extension, click on the icon on the toolbar.