path parameters w/ URL unfriendly characters

ぃ、小莉子 提交于 2019-12-06 11:45:17

I've had a look at this and there's nothing that we can do in ServiceStack to allow this as it's a pre-validated exception generated by ASP.NET, see Scott Hanselman's post on how to allow invalid chars in IIS/ASP.NET.

Note: As it doesn't go through ASP.NET this is allowed with ServiceStack's self-host as seen from this HttpListener integration test.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!