datagen icon indicating copy to clipboard operation
datagen copied to clipboard

Add support for generating random URLs

Open php-coder opened this issue 8 years ago • 2 comments

It would be great to have a method for generating random URLs.

We can start from just a random string with arbitrary length and later add API for control possible protocols, domain zones, how many domains/subdomains it could have, port ranges, number of segments, etc

php-coder avatar Oct 23 '17 21:10 php-coder

You need full-blown unicode URLs or "regular"?

ctapobep avatar Oct 24 '17 18:10 ctapobep

The regular is enough to me.

php-coder avatar Oct 24 '17 19:10 php-coder