como el CORS no dejaba que yo importase los datos desde la pagina 000webhost hasta mi pagina github decidí colo un pedazo de codigo que hiciera y pudiera unir los dos header("Access-Control-Allow-Origin: https://josemoises2007.github.io");
header("Access-Control-Allow-Headers: content-type, x-type");
en el php del 000Webhost, <script>
fetch('https://jakearround.000webhostapp.com/comentarios/configuracion.php', {headers: {"x-test": "algum valor"}})
.then(res => res.json())
.then(res => document.getElementById('comments').textContent = res.text)
.catch(error => document.getElementById('comments').textContent = error.message);
</script>
en el codigo html y asi amigos es como se importa sin violar las leyes, si quieren, son libres en copiarlo.
-
Notifications
You must be signed in to change notification settings - Fork 0
comentandi
License
josemoises2007/caja-de-comentarios
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
comentandi
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published