The specific identification string sent by the Google Chrome web browser when making requests on the internet.
a random chrome user agent
The part of a domain name that comes after the last dot, indicating its type or purpose.
a random domain suffix
The specific identification string sent by the Firefox web browser when making requests on the internet.
a random firefox user agent
Three-digit number returned by a web server to indicate the outcome of an HTTP request.
a random http status code simple
Number indicating the version of the HTTP protocol used for communication between a client and a server.
a random http version
Web address pointing to an image file that can be accessed and displayed online.
Width
Height
a random image url
Numerical label assigned to devices on a network for identification and communication.
a random ipv4 address
Numerical label assigned to devices on a network, providing a larger address space than IPv4 for internet communication.
a random ipv6 address
Unique identifier assigned to network interfaces, often used in Ethernet networks.
a random mac address
The specific identification string sent by the Opera web browser when making requests on the internet.
a random opera user agent
Secret word or phrase used to authenticate access to a system or account.
Lower
Upper
Numeric
Special
Space
Length
a random password
The specific identification string sent by the Safari web browser when making requests on the internet.
a random safari user agent
import { Faker } from "k6/x/faker"
let faker = new Faker(11)
export default function () {
console.log(faker.internet.safariUserAgent())
}
Output (formatted as JSON value)
"Mozilla/5.0 (iPhone; CPU iPhone OS 7_3_2 like Mac OS X; en-US) AppleWebKit/534.34.8 (KHTML, like Gecko) Version/3.0.5 Mobile/8B114 Safari/6534.34.8"
Web address that specifies the location of a resource on the internet.
a random url
String sent by a web browser to identify itself when requesting web content.
a random user agent
Generator to generate internet related entries.