Hyperlyn has several built-in variables that you can plug into Parameter values and text payloads.
content.length
— The size of the payloadcontent.type
— The content type of the payloadcookies
— The cookie string as it is sent in the Cookie
headercookies["name"]
— The value of an individual cookie specified by name
date.iso8601
– Current date and time formatted using ISO 8601 specificationdate.rfc822
– Current date and time formatted using RFC 822 specificationserver
— The name of the remote host and the port number, formatted as name:port
server.name
— The name of the remote hostserver.port
— The port number for the remote hostVariables can be plugged in to Parameter values by enclosing them inside ${ and }.
For instance, if you want to plug a date into a value use this expression: ${date.iso8601}
.
Last updated on 2023-12-05