But, we will add SSL today and move operations with secretPhrase to POST requests.
http://crypti.me:6040/api/sendMoney?accountAddress=15413165176907764021C&amount=100&fee=0.31640625&recepient=2896597140253424866C&secretPharse=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf
How is that secure? Click it to send 100 coins from an account to another one.
You provide valid secretPhrase and you can send crypti
http://crypti.me:6040/api/sendMoney?accountAddress=15413165176907764021C&amount=100&fee=0.31640625&recepient=2896597140253424866C&secretPharse=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdf1hksdjfhaskdjfhksadjfhaskldf
Result:
{
"success": false,
"error": "Invalid passphrase, check your passphrase please"
}
And again, it's beta, we will move all operations with secretPhrase in POST and add SSL Now