grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Add cookies to request #16

Open nobodycanstopus opened 11 years ago

nobodycanstopus commented 11 years ago

Hi, I've been faced with trouble adding cookies to request. Could anyone suggest how can I perform that?

graemerocher commented 11 years ago

Might be related to http://stackoverflow.com/questions/10175649/resttemplate-and-cookie

RestBuilder uses RestTemplate underneath, you can set the restTemplate property of the RestBuilder to a subclass if you wish