We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl -v --user foo:bar -H "Accept: application/taxii+json;version=2.1" http://localhost:8080/taxii2/
Response Content-Type is application/taxii+json;version=2.1 which is required by 4.1 Server Discovery.
Content-Type
application/taxii+json;version=2.1
Content-Type is application/stix+json;version=2.1.
application/stix+json;version=2.1
Neither is the discovery response body a valid STIX 2.1.
The text was updated successfully, but these errors were encountered:
@saaj good catch. Its a bug with the default action/provider not kicking it. I will post a fix for this today or tomorrow.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
curl -v --user foo:bar -H "Accept: application/taxii+json;version=2.1" http://localhost:8080/taxii2/
Expected result
Response
Content-Type
isapplication/taxii+json;version=2.1
which is required by 4.1 Server Discovery.Actual result
Content-Type
isapplication/stix+json;version=2.1
.Neither is the discovery response body a valid STIX 2.1.
The text was updated successfully, but these errors were encountered: