0

Is there any way to Enable/Configure CORS in Domino 9.0.1? I am trying to make some cross origin REST api calls to my domino server, but its getting failed.

I have tried so many things as of now(getting information from many places), but nothing seems to be working.

Does Domino9 supports CORS at all? and if not, then is there any way to make cross origin REST api calls to that? Any information on this is very much appreciated. Thanks

Kirti Jha
  • 93
  • 1
  • 3
  • 10

2 Answers2

0

For releases prior to Domino 10.0.1 FP2, see the answers to this question. But for future reference, Domino includes a built-in CORS filter starting with 10.0.1 FP2. That's a more secure option if you can use it.

Dave Delay
  • 1,292
  • 8
  • 12
-1

check this https://www-01.ibm.com/support/docview.wss?uid=swg21962324 or you could put a reverse proxy in front of your domino to add theses headers

umeli
  • 1,068
  • 8
  • 14