You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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