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
The webserver should deliver deliver json files with the json mime type and not as plain text
webserver delivers json files as plain text and nit as json mime type.
This results in that dump1090exporter cannot utilize the produced json files and results in the problem described here.
The text was updated successfully, but these errors were encountered:
Had a quick look at this, I guess we can't solve this here. At least I did not find any solution to add header modification to thethttp.
thttp
There was an attemp to change the webserver to httpd(known as Apache) but it was dismissed by the maintainer. See #114
httpd
I created a PR at the main repo that should fix this at the root, but I have no idea if and when they release. claws/dump1090-exporter#42
Sorry, something went wrong.
No branches or pull requests
Specifications
Expected Behavior
The webserver should deliver deliver json files with the json mime type and not as plain text
Actual Behavior
webserver delivers json files as plain text and nit as json mime type.
This results in that dump1090exporter cannot utilize the produced json files and results in the problem described here.
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: