Skip to content

Commit b61cbe1

Browse files
committed
Merge pull request #131 from jsonng/patch-1
Update to include access control allow origin
2 parents 45ff2f6 + 7ff0685 commit b61cbe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/include/cpprest/details/http_constants.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ DAT(accept_charset, "Accept-Charset")
6060
DAT(accept_encoding, "Accept-Encoding")
6161
DAT(accept_language, "Accept-Language")
6262
DAT(accept_ranges, "Accept-Ranges")
63+
DAT(access_control_allow_origin, "Access-Control-Allow-Origin")
6364
DAT(age, "Age")
6465
DAT(allow, "Allow")
6566
DAT(authorization, "Authorization")

0 commit comments

Comments
 (0)