You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the other php server and want to make the http get to this waffle lua server. But it always displays the following error: XMLHttpRequest cannot load http://[LUA SERVER]/query?q=hi. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://[PHP SERVER]' is therefore not allowed access. The response had HTTP status code 502.
How to make the lua support the Access-Control-Allow-Origin?
The text was updated successfully, but these errors were encountered:
I have the other php server and want to make the http get to this waffle lua server. But it always displays the following error:
XMLHttpRequest cannot load http://[LUA SERVER]/query?q=hi. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://[PHP SERVER]' is therefore not allowed access. The response had HTTP status code 502.
How to make the lua support the Access-Control-Allow-Origin?
The text was updated successfully, but these errors were encountered: