Closed tenonedesign closed 1 year ago
I'm seeing a return type of text/plain
Example:
POST / HTTP/1.1 Host: localhost:8080 User-Agent: curl/7.79.1 Accept: / Content-Type: application/json Content-Length: 104
application/json
curl -v "http://localhost:8080" \ -H "Content-Type: application/json" \ -d '{ "id": 1, "jsonrpc": "2.0", "method": "block_store.get_highest_block", "params": {} }'
- OS:
No response
This issue is stale because it has been open for 30 days with no activity.
Is there an existing issue for this?
Current behavior
I'm seeing a return type of text/plain
Example:
Expected behavior
application/json
Steps to reproduce
curl -v "http://localhost:8080" \ -H "Content-Type: application/json" \ -d '{ "id": 1, "jsonrpc": "2.0", "method": "block_store.get_highest_block", "params": {} }'
Environment
Anything else?
No response