Update Variable API Gives 403

I got the solution

just added the corsMethods in corsFilters

   <init-param>
     <param-name>cors.allowed.methods</param-name>
     <param-value>GET, POST, PUT, HEAD, OPTIONS, DELETE </param-value>
   </init-param>

Now works fine

2 Likes