cancel
Showing results for 
Search instead for 
Did you mean: 

Post request 403 forbidden error in MAVEN UI5 application in Eclipse run into the tomcat server

srinureddy
Explorer
0 Kudos

Hi Team,

Good Day!

UI5 Maven application develop into eclipse and run into local tomcat server and display date fine. I am trying do the Post request get the Forbidden error.

Manifest.json

"dataSources": {
			"invoiceRemote": {
			 "uri": "proxy/MyService/"
				"type": "OData",
				"settings": {
					"odataVersion": "2.0"
...
	},

I am used the Pom.xml similar to below blog.

https://blogs.sap.com/2018/03/29/sapui5-fighting-same-origin-policy-with-a-proxy-servlet-and-the-man...

I have checked the gateway debug level received the Cockie error in valid csrf -token method.

Please guide me how to resolved the issue.

Thanks

Accepted Solutions (0)

Answers (0)