summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/html/proxy/index.php
diff options
context:
space:
mode:
authorBryan Sullivan <bs3131@att.com>2015-12-14 08:12:49 -0800
committerBryan Sullivan <bs3131@att.com>2015-12-14 08:12:49 -0800
commitb809db08c62526e1b7721c04c721a4c950827db1 (patch)
treeb6e68be1b32bd8ebc88e4ddaf0d63aba37cec15a /components/congress/test-webapp/www/html/proxy/index.php
parent9eb7ca01065b6b51de65d73dd2d9879fcedc5be7 (diff)
Add congress field translators and various features
JIRA: COPPER-4 Change-Id: Ib0bf4118ffffee5e0ba368410c69bb7c533f669b Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'components/congress/test-webapp/www/html/proxy/index.php')
-rw-r--r--components/congress/test-webapp/www/html/proxy/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/congress/test-webapp/www/html/proxy/index.php b/components/congress/test-webapp/www/html/proxy/index.php
index 93be444..1ce4e45 100644
--- a/components/congress/test-webapp/www/html/proxy/index.php
+++ b/components/congress/test-webapp/www/html/proxy/index.php
@@ -18,6 +18,7 @@ $method = $_SERVER['REQUEST_METHOD'];
if ($method == 'OPTIONS') {
header("Content-Type: application/json");
header("Access-Control-Allow-Origin: *");
+ header("Access-Control-Allow-Headers: Content-Type");
header("Access-Control-Allow-Methods: GET, POST, DELETE");
exit();
}