h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Ability to handle cookies #137

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be a great feature to include the possibility to send a custom set of 
cookies with the requests, probably from a new "Cookies" tab in the UI.

Original issue reported on code.google.com by guido.ga...@gmail.com on 13 Sep 2011 at 6:52

GoogleCodeExporter commented 8 years ago
Let me look into the possibility.

Original comment by subwiz on 13 Sep 2011 at 6:54

GoogleCodeExporter commented 8 years ago
It would be a great feature to include the possibility to send a custom set of 
cookies with the requests, probably from a new "Cookies" tab in the UI.

Original comment by nehv...@gmail.com on 26 Jan 2012 at 7:28

GoogleCodeExporter commented 8 years ago
[self-note] Apache HTTPClient API for handling cookies:

http://hc.apache.org/httpcomponents-client-ga/tutorial/html/statemgmt.html#d5e66
9

Original comment by subwiz on 31 Jul 2012 at 12:23

GoogleCodeExporter commented 8 years ago
[self-note]

Java defines a Cookie object---I can use this:

http://docs.oracle.com/javase/6/docs/api/java/net/HttpCookie.html

HTTPClient cookie package:

http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http
/cookie/package-summary.html

Original comment by subwiz on 31 Jul 2012 at 12:33

GoogleCodeExporter commented 8 years ago
r643 has the fix. Test build:

http://dl.dropbox.com/u/2505020/restclient-ui-2.6-SNAPSHOT-app.zip

http://dl.dropbox.com/u/2505020/restclient-ui-2.6-SNAPSHOT-jar-with-dependencies
.jar

Original comment by subwiz on 31 Jul 2012 at 3:12

GoogleCodeExporter commented 8 years ago
r644 has persistence logic.

Original comment by subwiz on 31 Jul 2012 at 3:35

GoogleCodeExporter commented 8 years ago
Thank you man.

Original comment by guido.ga...@gmail.com on 31 Jul 2012 at 5:38