Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Update,Create and Delete with ODATA service result in 403 Forbidden Error

$
0
0

Hi Animesh,

 

if you are getting 403 - Forbidden error try modifying your xsaccess file like this:

 

{

     "exposed" : true,

   

 

     

     "cache_control" : "must-revalidate",

 

 

     "cors":

      {

      "enabled":true,

      "allowMethods": ["GET","POST","DELETE","PUT"],

      "allowOrigin": ["*"],

      "maxAge":"3600"

      },

   

                   

     "enable_etags" : false,

 

 

     "force_ssl" : false,

   

     "prevent_xsrf" : false

}

 

 

especially the cors part solved the issue for me.

 

Best regards,

Yannick


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>