Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

URLs that already contain the schema part get dual schemas #60

Closed
simskij opened this issue May 12, 2020 · 1 comment
Closed

URLs that already contain the schema part get dual schemas #60

simskij opened this issue May 12, 2020 · 1 comment

Comments

@simskij
Copy link
Contributor

simskij commented May 12, 2020

I'm using variables for each request and when we do the transformation to k6, the tool adds "http" protocol at the beginning of the URL, so I have http://{{requestUrl}} and the variable have https://url.com and the the request in k6 it became http://https:url.com correction the request url is: http://https://url.com

TL;DR
https://google.com fetched from a variable should become just that, not http://https://google.com

@simskij
Copy link
Contributor Author

simskij commented May 14, 2020

Was solved in master, but not in the last docker image. Automated the publishing of new versions to solve this and tried it with the new version. Works from what I can tell.

@simskij simskij closed this as completed May 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant