+ 2
Hi there... how can I fix 403 error in react & spring application ?
I built an rest api, i did get and post request great but when i try to do delete it display 403 error
2 Respuestas
+ 8
It means access to the requested resource is forbidden, for fixing this you should check the file which you want to access & look at the file permissions.
+ 1
H