I am trying to serve GeoServer WMS service locally on top of Openlayers. I encounter an error that says Cross-Origin Read Blocking (CORB) blocked cross-origin response. How can I serve the Web Map Service layers locally or disable the CORB?
If you suspect Chrome is incorrectly blocking a response and that this is disrupting the behavior of a website, please file a Chromium bug describing the incorrectly blocked response (both the headers and body) and/or the URL serving it. You can confirm if a problem is due to CORB by temporarily disabling it, by starting Chrome with the following command line flag:
--disable-features=CrossSiteDocumentBlockingAlways,CrossSiteDocumentBlockingIfIsolating
Source: https://www.chromium.org/Home/chromium-security/corb-for-developers/