gpt4 book ai didi

asp.net-mvc - 如何将 IP 地址作为 URL 参数传递给 Web API?

转载 作者:行者123 更新时间:2023-12-04 18:04:54 25 4
gpt4 key购买 nike

<分区>

我的一个 Web API 将 IP 地址作为 URL 参数(字符串类型)并用它做一些事情。问题是我无法将 IP 地址作为 URL 的一部分传递。

这是一个 HTTP GET。 http://localhost/app/dosomethingwiththisip/10.20.128.0的请求http://localhost/app/dosomethingwiththisip/10 时失败成功(即使它在需要用它做什么方面失败)。

Web API 方法定义为,启用属性路由,

[Route("dosomethingwiththisip/{ipAddress}")]
[HttpGet]
public bool dosomethingwiththisip(string ipAddress)
{
}

我做错了什么吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com