开发者

why is my ihttphandler (IIS7 integrared) not being called for some urls

开发者 https://www.devze.com 2023-02-16 02:07 出处:网络
<add name=\"scep\" verb=\"*\" path=\"scep/*\" type=\"xxxxx\"/> I get called on a GET to /root/scep/?operation=GetCACert&message=foo
<add name="scep" verb="*" path="scep/*" type="xxxxx"/>

I get called on a GET to

/root/scep/?operation=GetCACert&message=foo

and

/root/scep/?operation=GetCACaps&message=foo

but not

/root/scep/?operation=PKIOperation&message=XXXXX(long base64string)

I set maxQueryStringLength开发者_JAVA技巧 to allow this long URL but I dont get called. IIS returns 404 to the client


seems that there is an upper limit to the length even when max query length set

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号