-
- Downloads
Fix rpc endpoint to avoid "409 Conflict" errors
RPC endpoint needs to end in a "/", since the CSRF checks will fail in transmission if it doesn't, returning a 409 Conflict error instead.
Please register or sign in to comment
RPC endpoint needs to end in a "/", since the CSRF checks will fail in transmission if it doesn't, returning a 409 Conflict error instead.