当我对body执行post https://umuly.com/api/url时:{ "RedirectUrl": "www.youtube.com"}
我得到了这样的信息:
{
"status": 400,
"statusText": "Value cannot be . (Parameter 'uriString')",
"item": ,
"itemCount": 0,
"skipCount": 0,
"requestDate": "2020-09-10T02:09:37.2912502-07:00",
"responseDate": "2020-09-10T02:09:37.2933547-07:00"
}
,undefined发布于 2020-09-24 18:20:59
你必须得到它,因为协议不是写的。您必须在域名开头写上http://或https://
{ "RedirectUrl": "https://www.youtube.com"}https://stackoverflow.com/questions/63827944
复制相似问题