'+' symbol problem in URL in IIS 7.x

前端 未结 2 579
闹比i
闹比i 2020-12-31 03:41

We are sending an HTML encoded string in the Query string. It was working fine on IIS 6 (windows 2003). We have recently moved the website to Windows 2008 (IIS 7.x). Since t

2条回答
  •  粉色の甜心
    2020-12-31 04:03

    You can change the + to %20 when encoding to handle this programmatically, assuming that you have control over the code that's producing the urls.

提交回复
热议问题