Web browsers

There are certain addons for almost all common web browsers to ignore these CORS-errors and allow those requests even if there is no security header present. For testing purposes in my projects I’m using the “Moesif Origin & CORS Changer” addon, which is available in the Chrome addon store. It either allows to deactivate CORS-checks as a whole or on specific web pages (e.g. localhost).

You can use the following http headers:
Content-Type: application/pdf
Content-Disposition: inline; filename="filename.pdf"
This ensures that the browser will always display it on the browser window.

Taggings:

Technology:

Usually using incognito mode in your browser is the best way to deal with this issue or to hide the adds with the adblocker and other similar plugins.

To get rid of pop-ups and pop-unders on your computer, add an extension of plugin to your Web browser called a pop-up blocker. The four major Web browsers -- Chrome, Firefox, Internet Explorer and Opera -- all have plugins to stop pop-ups in their tracks.

You can do your searches and shopping in the anonymous window of your Web browser or after your search you need to clean the browser's cookie storage. The steps vary by browser and you can google them.

Subscribe to Web browsers