Closed
Description
how to provide 'Access-Control-Allow-Origin' header automatically?
i'm try to use this decorator http://flask.pocoo.org/snippets/56/ but no.
@crossdomain(origin='*', methods=['GET', 'OPTIONS', 'POST'])
@jsonrpc.method('addSession')
def addSession(params):
...
Metadata
Metadata
Assignees
Labels
No labels
Activity