I've spent many hours trying to eliminate CORS issues to no avail. I have a browser with security disable to get around it so I can test.
Here's the exception in the browser Console:
Access to fetch at 'http://192.168.0.238:8899/hello?parms=theToken~ln~abc~abc' from origin 'null' has been blocked by CORS policy: 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.
It occurs using any client (Chrome, Echo, Brave, etc.). The only thing common, in my case, is I'm using JETTY on the server side as the it's B4J. I get the same issue with Vue.js or BANano as the browser client.
Thank
Here's the exception in the browser Console:
Access to fetch at 'http://192.168.0.238:8899/hello?parms=theToken~ln~abc~abc' from origin 'null' has been blocked by CORS policy: 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.
It occurs using any client (Chrome, Echo, Brave, etc.). The only thing common, in my case, is I'm using JETTY on the server side as the it's B4J. I get the same issue with Vue.js or BANano as the browser client.
Thank