Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcd05c commit 73b7725Copy full SHA for 73b7725
1 file changed
lib/core/target.py
@@ -96,7 +96,7 @@ def __setRequestParams():
96
result += parts[j]
97
if i == j:
98
result += "*"
99
- conf.paramDict["URI"]["#%d" % (i+1)] = result
+ conf.paramDict["URI"]["#%d*" % (i+1)] = result
100
conf.url = conf.url.replace("*", str())
101
__testableParameters = True
102
0 commit comments