cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori - 403 Error when displaying Odata created from SAP HANA's MDC

hy0329
Explorer
0 Kudos

Hello,

I am creating an application using the SAP Cloud Platform trial environment.

I would like to display the SAP HANA MDC data on the screen using Fiori.

However, at the time of reading Odata on the Fiori screen,

an error is displayed as shown below.

I have created a .xsodata file and I can confirm that odata from the browser.

https://mdcs0017554146trial.hanatrial.ondemand.com/demoXS/demo.xsodata

.xsaccess is specified as follows

{
     "exposed" : true,  
                  
     "authentication" :                                            
            {
               "method": "Basic" 
            },
  
     "cache_control" : "must-revalidate", 


     "cors" :                      
            {
             "enabled" : false
            }, 
                     
     "enable_etags" : false,


     "force_ssl" : false,
     
     "prevent_xsrf" : false
}


The Destinations in the SAP Cloud Platform is set as follows,

When basic authentication setting was done,

when trying on the case where basic authentication setting was not done,

I believe there is no problem with basic authentication.

Also, I also have this problem, is it related?

https://answers.sap.com/questions/275816/opening-sap-hana-cockpit-of-hana-mdc-created-with.html

Please tell me the solution.

Thank you.

Accepted Solutions (0)

Answers (0)