Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
11443 มุมมอง

Hi, I am using OpenERP V7 with Ubuntu.

following the guide : https://github.com/vaab/js-oe-json to work with openERP using Jquery, I saw:

"You can force your openerp server to set these headers thanks to apache when used in proxy mode by adding these in your apache configuration:"

Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Methods "POST, GET, OPTIONS"
Header set Access-Control-Allow-Headers "origin, content-type, accept"

To do so, does it means that I have to install an additional Apache as a reverse proxy in front of OpenERP and in this Apache add the 3 lines ?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

The Script Access OpenERP per Javascript. In general no Browser allows calling Javascript to a different domain. This is a basic of security. In some context it can be helpfull to have a way that other domains can execute Javascipt on your webside. This will be implemented in "Access-Control-Allow" HTTP Header. In OpenERP you can not excess the HTTP Header, so he adds a apache as proxy. The installation is not part of the manuel.

BUT: i recommend: don't do this becouse it breaks your security of OpenERP If you want to change OpenERP start learning how to develop web modules.

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 23
69073
0
ธ.ค. 24
9587
3
ก.ย. 24
21843
How to activate the Technical Features? แก้ไขแล้ว
5
ธ.ค. 24
53155
4
ก.ค. 24
10666