伙伴关系。 NET MVC app need to show this URL http://host.com/IPAddress/10.10.77/28
;然而,.
and forward slashes /
与ASP有冲突。 NET MVC。
我应如何处理这一要求? 我认为,一些做法包括:
用10-10-28等“魔法”来取代问题,然后将问题重新转化为逻辑价值。
Preface the value with the Key, so the value is just a slug:
http://host.com/IPAddress/27/10-10-10--28
看一看上面的条目,我就丧失了直接脱离IP地址的能力,它仍然看不出正确。
Configure ASP.NET to ignore periods (somehow) and ignore the last slash (perhaps by routing)
http://host.com/IPAddress/10.10.10.77/28
我对IPv6的想法很多,但我相信我也需要列入这方面的计划。 你们如何看待这一问题?