-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
wrk.method = "POST"
wrk.body = '{"jsonrpc":"2.0","method":"cita_sendTransaction","params":["abcd"],"id":2}'
wrk.headers["Content-Type"] = "application/json"
Not support "application/json" post, it taken it as get method.
While I changed it to "application/x-www-form-urlencoded", the method is right.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels