Skip to content

Add setting to allow cross-domain resource sharing #20

@atuttle

Description

@atuttle
Owner

The code:

configureTaffy(){
  enableCrossDomainAccess(true);
}

Should add the following header to every response:

<cfheader name="Access-Control-Allow-Origin" value="*" />

Activity

atuttle

atuttle commented on Jan 22, 2011

@atuttle
OwnerAuthor

The alternative to "*" is a comma-delimited list of allowed domains, eg:

Access-Control-Allow-Origin: http://mozilla.com
atuttle

atuttle commented on Feb 10, 2011

@atuttle
OwnerAuthor

Completed: d8d94fb

added a commit that references this issue on Nov 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @atuttle

        Issue actions

          Add setting to allow cross-domain resource sharing · Issue #20 · atuttle/Taffy