Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Add CORS support

Compare
Choose a tag to compare
@danieleloscozzese danieleloscozzese released this 24 Apr 14:18
aa3a73a

This is a tiny update to the original library which allows for very basic CORS support when the -cors true flag is passed.

The header Access-Control-Allow-Origin: * is set on all requests in this case.