I have q quick question why my CORs policy does not work for the first part of transaction. This is normally we see the initial response from the device like external ID. This happen after we update our API authentication to BEARER .
I able to send the request to the Clover Device but then I see on my chrome web developer console show that " Access to fetch at = has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled."
however, It continue able me to swipe the Credit and finish the transaction and my POS able to fetch the final transaction.
Can you explain little more if any change from you side?