valsamovich / cookies-handler

Cookies helper tool with HTTP Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookies-handler

The cookies-handler tool is desined to work with header and cookies information.

Dependencies

  • Commons Httpclient
  • Servlet API.

How to use program?

Replace http or https with valid url:

  HttpClient client = new HttpClient();
  // Http or Https Url must be specified first
  GetMethod method = new GetMethod("...");

Features

Header information:

  • Response code
  • Permissions
  • Request method
  • Content
  • Content length
  • Content type
  • Error stream

Cookies information:

  • Cookie name
  • Cookie value
  • Persistency value
  • Exparation date
  • Comment about cookie

About

Cookies helper tool with HTTP Client


Languages

Language:Java 100.0%