LegionMammal978 1 day ago

Do you know of any such node that doesn't check the Content-Type of requests and also has no authentication?

1
drexlspivey 1 day ago

Bitcoin Core if you disable authentication

LegionMammal978 12 hours ago

There's no such thing, short of forking it yourself. You can set the username and password to admin:admin if you want, but Bitcoin Core's JSON-RPC server requires an Authorization header on every request [0], and you can't put an Authorization header on a cross-origin request without a preflight.

[0] https://github.com/bitcoin/bitcoin/blob/v29.0/src/httprpc.cp...

drexlspivey 4 hours ago

Good to know, I remember you used to be able to disable it via config but looks like I was wrong