Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/101#discussion_r53033306 --- Diff: src/chttpd_cors.erl --- @@ -360,7 +399,7 @@ get_origin(Req) -> undefined -> undefined; Origin -> - ?l2b(to_lower(Origin)) + ?l2b(Origin) --- End diff -- From [here](https://msdn.microsoft.com/en-us/library/azure/dn535601.aspx) > AllowedOrigins: The origin domains that are permitted to make a request against the storage service via CORS. The origin domain is the domain from which the request originates. Note that the origin must be an exact case-sensitive match with the origin that the user age sends to the service.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---