Thursday, 23 April 2015

php CORS ajax -jquery

php CORS ajax -jquery :
=======================
php ajax cross domain origin request

addthe below line in php file :

Cross origin is solved from server end...

<?php
header("Access-Control-Allow-Origin: *");
?>

No comments:

Post a Comment

react19-gh-pages: Github Actions

 Here's a polished LinkedIn post based on your content: 🚀 Deploy Your React 19 + Vite App to GitHub Pages in Minutes! Want to host your...