Closed GoogleCodeExporter closed 8 years ago
Let me look into the possibility.
Original comment by subwiz
on 13 Sep 2011 at 6:54
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
[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
[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
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
r644 has persistence logic.
Original comment by subwiz
on 31 Jul 2012 at 3:35
Thank you man.
Original comment by guido.ga...@gmail.com
on 31 Jul 2012 at 5:38
Original issue reported on code.google.com by
guido.ga...@gmail.com
on 13 Sep 2011 at 6:52