Am I correct in saying that I can simply put the following to my config.json for sync gateway 1.0.0 and it will support CORS?
,"CORS": {
"Origin": ["*"]
,"Headers": ["DNT","X-Mx-ReqToken","Keep-Alive","User-Agent","X-Requested-W\
ith","If-Modified-Since","Cache-Control","Content-Type"]
,"MaxAge":1728000
On Feb 11, 2015, at 12:38 PM, Seung Chan Lim <djs...@gmail.com> wrote:Am I correct in saying that I can simply put the following to my config.json for sync gateway 1.0.0 and it will support CORS?