AJAX POST,PUT and DELETE are working fine but GET is blocked by CORS – Phpmyadmin
I'm working with Java + Spring + PHPmyadmin and pure HTML + JS on my first API and trying to understand how ajax works and the problem is that I succeded doing a POST, PUT and DELETE but when I'm…