When creating multiple preconfigured requests, for every request "http://" gets put before the actual request.
So for the "second" request, another http will be added and so on...
As an improvement it should be checked, whether there is already an http there, and not add another one if that's the case
When creating multiple preconfigured requests, for every request "http://" gets put before the actual request.
So for the "second" request, another http will be added and so on...
As an improvement it should be checked, whether there is already an http there, and not add another one if that's the case