Skip to content

Commit

Permalink
Enable CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored Jul 26, 2017
1 parent 972fc3e commit 69f13a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions odatapublic/.xsaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"force_ssl" : true,
"prevent_xsrf" : true,
"anonymous_connection" : "com.sap.sapmentors.sitreg.odatapublic::public",
"default_file": "EventsRead.xsjs"
}
"default_file": "EventsRead.xsjs",
"cors": {
"enabled" : true
}
}

0 comments on commit 69f13a6

Please sign in to comment.