I am using http_listener to implement a server. However http posts from a javascript webpage are not retrieving a response. I am told that this is probably due to lack of HTTP access control (CORS) support.
Is that correct. Can someone please indicate what the solution is?
Is that correct. Can someone please indicate what the solution is?