Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
search_engine_ranker:macro_guide [2022-12-21 08:25] – [%cookie-<cookie_name>[;<URL>]%] svensearch_engine_ranker:macro_guide [2022-12-21 08:29] – [%http-header-<header_name>% or just %http-header%] sven
Line 571: Line 571:
  
 This will get return the full http header (including GET/Post reply code) or just a specific one if defined along with the macro. This will get return the full http header (including GET/Post reply code) or just a specific one if defined along with the macro.
 +<code>
 +[last_used_user_agent]
 +type=extract
 +input=%http-header-user-agent%
 +</code>
 +<code>
 +[last_reply_code]
 +type=extract
 +input=%http-header%
 +front1=HTTP/1.1|HTTP/1.0
 +back=" "
 +</code>
 ===== %datetime-<format_string>% ===== ===== %datetime-<format_string>% =====