Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   rest-client headers or cookies (http://www.velocityreviews.com/forums/t860984-rest-client-headers-or-cookies.html)

Ed Howland 12-21-2009 09:48 PM

rest-client headers or cookies
 
Hi,

I am trying to make a request to a PHP application coded with limonade
(a REST sever like Sinatra). I'm using rest_client which rides on top
of Net::HTTP. I'd like to get the headers back from that call, so that
I can store the session cookie and pass it back on subsequent
requests.

I know how to set the headers for RestClient.get, but how do I get the
headerts from a RestCleint.post?

Thanks,
Ed

--
Ed Howland
http://greenprogrammer.wordpress.com
http://twitter.com/ed_howland


Nicholas Wieland 12-21-2009 10:59 PM

Re: rest-client headers or cookies
 
Hi -

On Dec 21, 2009, at 10:48 PM, Ed Howland wrote:

> Hi,
>=20
> I am trying to make a request to a PHP application coded with limonade
> (a REST sever like Sinatra). I'm using rest_client which rides on top
> of Net::HTTP. I'd like to get the headers back from that call, so that
> I can store the session cookie and pass it back on subsequent
> requests.
>=20
> I know how to set the headers for RestClient.get, but how do I get the
> headerts from a RestCleint.post?


I don't think you want the headers of the GET or POST, but of the =
response, right ?
Did you try to assign the RestClient.get to a variable (that should be a =
Response) and call headers on it ?
Let me know if it works.

ngw



Ed Howland 12-22-2009 03:21 PM

Re: rest-client headers or cookies
 
On Mon, Dec 21, 2009 at 5:59 PM, Nicholas Wieland
<nicholas.wieland@gmail.com> wrote:
>
> I don't think you want the headers of the GET or POST, but of the respons=

e, right ?
> Did you try to assign the RestClient.get to a variable (that should be a =

Response) and call headers on it ?
> Let me know if it works.
>
> =A0ngw
>

Thanks,

That did the trick. I had believed that I was just getting
response.body from the call, but what apparently was happening was it
was auto-casting to a string. response.to_s is probably the same as
response.body.

Ed

>
>




--=20
Ed Howland
http://greenprogrammer.wordpress.com
http://twitter.com/ed_howland



All times are GMT. The time now is 08:04 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.