Hello everyone, I have a 403 error (Forbidden), which occurs when I make a request via jquery (ajax) to a php. The funny thing is that I miss this error when I try to save a css tag on the server (background-image: url ('')). and it does not happen with the rest of the css tags.
NOTE on my local server (Wamp server), it works as normal, this happens only on the web server, which makes me decide that it may be some issue of permissions.
NOTE2: I am using the serialization system (JSON.stringify and Base64_encode) to store my data on the server.
I thank you in advance for any help.
Attach captures