parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Ответ

G_Z 07.07.2015 16:14

redirect.html
@main[]
$response:status(301)
$response:location[http://test/cookie.html]
cookie.html
@main[]
$cookie:test[666]
--2015-07-07 16:11:07--  http://test/redirect.html
  HTTP/1.1 301 Moved Permanently
  …
  Location: http://test/cookie.html
  …

--2015-07-07 16:11:07--  http://test/cookie.html
  HTTP/1.1 200 OK
  …
  Set-Cookie: test=666; expires=Mon, 05 Oct 2015 13:11:07 GMT; path=/
  …
В Chrome Developer Tools на вкладке «Recources» cookie показано.