Joohansson / NanoRPCProxy

A relay, limiter, token and protection system for Nano node RPC & websocket interface

Home Page:https://api.nanos.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove content-type header for requests

anarkrypto opened this issue · comments

It would be very useful to dispense with the need for the JSON content-type header. Just as the Nano node does not require ... The user's request can be converted to JSON in the API and if it is not a valid JSON it returns an error.

Good idea! I will try to fix this