raw
Working with raw browser streams
Enabling tracking
Getting information
Information management
Managing the RAW log
changing information
Enabling tracking
enable_all_streams – enabling tracking of all browser streams
enable_http_stream – enabling http stream tracking
enable_https_stream – enabling https stream tracking
Getting information
get_last_request_url – get the request url
get_last_request_header – get the request header
get_last_redirect_url – to url forwarding,
get_last_redirect_header – get header forwarding
get_last_response_url – get the url of the response
get_last_response_header – get response header
get_last_response_buffer – get the buffer of the response
get_last_readed – get what came from the site
Information management
set_arrays_count – set the size of RAW data storage lists
clear_last_requests_array – clear the list of recent requests
clear_last_responses_array – clear the list of recent responses , redirects, and reads
Logs
save_server_log_to_window – save information coming from the server to the RAW log window
save_browser_log_to_window – save information sent by the browser to the RAW log window
save_server_log_to_file – save information coming from the server to the specified file
save_browser_log_to_file – save the information sent by the browser to the specified file
Changing information
set_hook_on_begin_transaction – set a hook (script that handles the event) that will handle browser requests
set_hook_on_response – set a hook (script that handles the event) that will process responses from the site
set_hook_on_readed – set a hook (script that handles the event) which will change data when it is received in the browser
Additional information: