Compatibility ============= *Medallion* does NOT support the following features of the `TAXII 2.1 specification `_: - Content-Types other than the default - Pending Add Objects responses (all Add Objects request process all objects before sending back a response) - *Medallion* uses HTTP only (not HTTPS). It can be run using a WSGI server (such as Gunicorn or uWSGI) behind a production server such as Apache or NGINX that acts as a reverse proxy for *medallion*. Its main purpose is for use in testing scenarios of STIX-based applications that use the `python-stix2 API `_. It has been developed in conjunction with `cti-taxii-client `_ but should be compatible with any TAXII client which makes HTTP requests as defined in TAXII 2.1 specification.