diff --git a/lib/core/target.py b/lib/core/target.py index a770bfae1..3b762a7ab 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -167,6 +167,7 @@ def _setRequestParams(): paramDict = paramToDict(PLACE.GET, parameters) if paramDict: + conf.url = conf.url.split('?')[0] conf.paramDict[PLACE.GET] = paramDict testableParameters = True continue