Strangly … you are right ! Not a 405 code anymore (i changed nothing ! it’s magic… ) but a 400 !
CODE : 400
Fatal error : Uncaught Exception: Empty input
Do you think it’s my $data sent wich is not correct ?
{
"miners_config": [
{
"miner": "claymore",
"config": {
"claymore_user_config": "-di 0"
}
}
]
}
It seems corrected formatted as in the exemple ?
Thanks for your help !