Trouble with PUT from javascript to Website

Hi All, We are trying to do a PUT call from javascript (Foldering) to call WFBWebsite. We are getting a 403 not allowed. The issue is happening running javascript and Website locally. Thank you! Here is the request with the headers: PUT /V1/Contacts/Autosuggest/Cache HTTP/1.0 Host:
10.194.189.125.ip.forms.demo.westlaw.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0 Accept: text/html, */*; q=0.01 Accept-Language: en-US Accept-Encoding: gzip, deflate Content-Type: application/json;charset=UTF-8 x-cobalt-timezone: Central Standard Time x-cobalt-exectype: async x-cobalt-pcid: 81e902e5a6ff4c9faf6130ae59a34df1 X-Requested-With: XMLHttpRequest Referer:
http://10.194.189.125.ip.forms.demo.westlaw.com/ClientCaseManager.html?transitionType=Folder&contextData=(sc.Default) Content-Length: 24 Cookie: RememberMe=%7b%22cosiSignOn%22%3a%22true%22%7d; MUD=product=www; CurrentJuristictions=|; site=b; ig=demoshared_b_1; web_pm=10.194.189.125_81; Web_SessionId=q2n2kmfvdvcvjmlq4j3u3r2x; SessionStorage=%7B%22ReadingModeView%22%3A%22regular%22%2C%22IsSkipOutOfPlanChecked%22%3Afalse%2C%22Created%22%3A%2201/29/2015%2019%3A54%3A57%22%2C%22Client%22%3A%22DOCAUTHORING%22%2C%22ActiveReqs%22%3A6%2C%22ReqWindow%22%3A11%7D; Co_SessionToken=QDXCE0uVvEMx9xdnQ2u5Chk6NRE8btG5OTXlY5zXNvcoxkQ5h4v1rKSwXBjql8zfDfO8nFV914xlFk5Tl6u6N8QCx5jx-mrnQeYGn0ZwMGmmumCMLQYVfckIgFk2FVL7; fol_pm=10.204.32.92_9128 Connection: keep-alive

Answers