NelsonJPG Posted July 25, 2016 Share Posted July 25, 2016 hello forumers of whmcs, i can to use ajax in the APIs i'm trying to conect WHMCS API Function with my login by AJAX this can be done? i have a error page in the console javascirpt. error: "XMLHttpRequest cannot load http://mywhmcs.com/includes/api/nameapi.php No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://mydomain.com' is therefore not allowed access" I was read must be set the configuration in apache and to add the line for Access Control Allow Origin. 0 Quote Link to comment Share on other sites More sharing options...
NelsonJPG Posted July 25, 2016 Author Share Posted July 25, 2016 I solved my problem... In the api function, i add a header that allow access control origin header('Access-Control-Allow-Origin: http://mydomain.com'); // allow access mydomain.com header('Access-Control-Allow-Methods: GET, POST'); // allow method of input 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.