URL Routing, Image Handler & “A potentially dangerous Request.Path value”

前端 未结 2 1661
再見小時候
再見小時候 2020-11-29 03:23

I\'ve been experiencing this problem now for quite sometime and have decided to try and get to the bottom of it once and for all by posting the question here for some though

2条回答
  •  一向
    一向 (楼主)
    2020-11-29 04:09

    Even I faced this issue but for me, I accidentally typed & instead of the ? in the URL

    for example:

    example.com/123123¶meter1=value1&paameter2=value2

    but in actual it has to be:

    example.com/123123?parameter1=value1&paameter2=value2

提交回复
热议问题