Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Tags: chowey/jsonrpc

Tags

v0.0.1

Toggle v0.0.1's commit message
Relax Content-Type header requirement

Instead of requiring "application/json" to be sent as the
Content-Type, also allow sending no Content-Type.

Relaxing this requirement allows the server to service common
AJAX requests where the web developer may forget to set this header.