application/taxii+json;version=2.1 for content negotiation.
Version Negotiation Methods
Pulsedive provides two ways to specify the TAXII version for your requests:- HTTP
AcceptHeader: Include the media type in theAcceptheader. Standard method required by the TAXII specification. Best for production deployments and automated integrations. - Query String Parameter: Include the media type as a URL parameter. Specific to Pulsedive’s implementation. Best for testing and debugging, manual API exploration, and simple curl commands.