Vue web panel json commands please help me, please read and help me?
Budget: $30 – $250 USD
Hi, im running a Vue powered admin web panel, when I request a JSON POST command like:
Host: my.vue.site
Connection: keep-alive
Content-Length: 31
sec-ch-ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"
sec-ch-ua-mobile: ?0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Content-Type: application/json;charset=UTF-8
Accept: application/json, text/plain, */*
lang: zh_CN
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOjEsIlVzZXJOYW1lIjoiYWRtaW4iLCJSb2xlIjoxLCJleHAiOjI1OTIwMDE2NTczMTQ3OTIsImlzcyI6InFocyIsIm5iZiI6MTY1NzMxNDc5Mn0.Da2Ruo16Xu-1Svd0qlBaeTKSeOvWrjI6CTA1arkM-AQ
sec-ch-ua-platform: "Windows"
Origin: https://my.vue.site
Sec-Fetch-Site: same-site
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty
Referer: https://my.vue.site/
Accept-Encoding: gzip, deflate, br
Accept-Language: nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7,zh-TW;q=0.6,zh-CN;q=0.5,zh;q=0.4
AND the POST JSON request BODY is:
{"keys":["pay:usdtMyPrivateKey"]}
the output of pay:usdtMyPrivateKey I would like to put it hidden on the Vue admin panel, its currently set as False in output below so it needs to be True, see below the output I get in text:
{"code":1,"msg":"操作成功","detail":"","data":{"pay:usdtMyPrivateKey":{"key":"pay:usdtPrivateKey","purpose":"usdt出款地址的私钥","value":"","description":"合法的私钥","update_time":1645475267,"validKey":"ethPrivateKey","hide":false}}}
So My Question to you how do i Perform a POST JSON command when logged in as admin to enable hide":true ? so nobody can see my sensitive key in web panel? I just wanna change the value.
Host: my.vue.site
Connection: keep-alive
Content-Length: 31
sec-ch-ua: ".Not/A)Brand";v="99", "Google Chrome";v="103", "Chromium";v="103"
sec-ch-ua-mobile: ?0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Content-Type: application/json;charset=UTF-8
Accept: application/json, text/plain, */*
lang: zh_CN
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOjEsIlVzZXJOYW1lIjoiYWRtaW4iLCJSb2xlIjoxLCJleHAiOjI1OTIwMDE2NTczMTQ3OTIsImlzcyI6InFocyIsIm5iZiI6MTY1NzMxNDc5Mn0.Da2Ruo16Xu-1Svd0qlBaeTKSeOvWrjI6CTA1arkM-AQ
sec-ch-ua-platform: "Windows"
Origin: https://my.vue.site
Sec-Fetch-Site: same-site
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty
Referer: https://my.vue.site/
Accept-Encoding: gzip, deflate, br
Accept-Language: nl-NL,nl;q=0.9,en-US;q=0.8,en;q=0.7,zh-TW;q=0.6,zh-CN;q=0.5,zh;q=0.4
AND the POST JSON request BODY is:
{"keys":["pay:usdtMyPrivateKey"]}
the output of pay:usdtMyPrivateKey I would like to put it hidden on the Vue admin panel, its currently set as False in output below so it needs to be True, see below the output I get in text:
{"code":1,"msg":"操作成功","detail":"","data":{"pay:usdtMyPrivateKey":{"key":"pay:usdtPrivateKey","purpose":"usdt出款地址的私钥","value":"","description":"合法的私钥","update_time":1645475267,"validKey":"ethPrivateKey","hide":false}}}
So My Question to you how do i Perform a POST JSON command when logged in as admin to enable hide":true ? so nobody can see my sensitive key in web panel? I just wanna change the value.