Describe the bug
faker.internet().url() creates the hostname only without the scheme
To Reproduce
return www.sherita-mcglynn.io
Expected behavior
return https://www.sherita-mcglynn.io
Versions:
- OS: any
- JDK 19
- Faker Version: 1.9.0
Additional context
No context - I think there should be a method that crates the real URL, not just a hostname
Describe the bug
faker.internet().url() creates the hostname only without the scheme
To Reproduce
return
www.sherita-mcglynn.ioExpected behavior
return
https://www.sherita-mcglynn.ioVersions:
Additional context
No context - I think there should be a method that crates the real URL, not just a hostname