headers and parameters
Last updated 29/04/2024
When a HTTP request is made to a public URL, either using GET or POST requests, the values supplied by the URL encoded parameters and the HTTP headers will be collected and attached to objects on the
Five
object called, parameters for the URL encoded parameters, and headers for the supplied HTTP headers.