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 rpcserver crate is returning application/json-rpc instead of just application/json. This is there since that crate was created.
application/json-rpc
application/json
https://github.com/nimiq/jsonrpc/blob/a089737987cdff99f1271f2f8a7fd547fdea3621/server/src/lib.rs#L220
This is messing with some service providers/exchanges automated setup.
The text was updated successfully, but these errors were encountered:
I couldn't find an official mime type for JSONRPC in the spec, so I guess we can just change to application/json if that's useful to some people.
Sorry, something went wrong.
@hrxi I made the commit in https://github.com/nimiq/jsonrpc, can you please make a release and use it in core-rs-albatross?
No branches or pull requests
The rpcserver crate is returning
application/json-rpc
instead of justapplication/json
. This is there since that crate was created.https://github.com/nimiq/jsonrpc/blob/a089737987cdff99f1271f2f8a7fd547fdea3621/server/src/lib.rs#L220
This is messing with some service providers/exchanges automated setup.
The text was updated successfully, but these errors were encountered: