Decode query string before scanning
This commit is contained in:
Родитель
8d284596e9
Коммит
321de24485
|
@ -5,7 +5,7 @@
|
|||
<rules>
|
||||
<rule name="Redirect to localhost" stopProcessing="true">
|
||||
<conditions>
|
||||
<add input="{QUERY_STRING}" pattern="state=([0-9]+)(,[^,&]*,([^,&]*))?" />
|
||||
<add input="{UrlDecode:{QUERY_STRING}}" pattern="state=([0-9]+)(,[^,&]*,([^,&]*))?" />
|
||||
</conditions>
|
||||
<action type="Redirect" url="http://127.0.0.1:{C:1}/callback?{UrlDecode:{C:3}}" redirectType="Found" />
|
||||
</rule>
|
||||
|
|
Загрузка…
Ссылка в новой задаче